Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 00ae85a9030becd77ba85460b95f45ce1c6753aa
https://github.com/tribe29/checkmk/commit/00ae85a9030becd77ba85460b95f45ce1…
Author: Amanda Hager Lopes de Andrade Katz <amanda.katz(a)serpro.gov.br>
Date: 2021-09-01 (Wed, 01 Sep 2021)
Changed paths:
A .werks/13201
M omd/packages/omd/omdlib/main.py
Log Message:
-----------
13201 FIX <tt>omd cleanup</tt>: Skip default version
The command <tt>omd cleanup</tt> used to also remove the default OMD
version if it was currently unused. This has been fixed.
Closes #391
Change-Id: I2ded46132080bead4a144d5ee74cb2d7bddbe692
Commit: 8eef57e71df5d1140324454694eb691b8ac051fd
https://github.com/tribe29/checkmk/commit/8eef57e71df5d1140324454694eb691b8…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2021-09-01 (Wed, 01 Sep 2021)
Changed paths:
M cmk/base/plugins/agent_based/cpu_load.py
M cmk/base/plugins/agent_based/utils/cpu_load.py
Log Message:
-----------
Move check_cpu_load to utils file
This is a preparation for migrating wmi_cpuload. Unfortunately, we
cannot simply use the already migrated plugin cpu_loads, since the
corresponding service is called "Processor Queue".
CMK-8510
Change-Id: I96fb0873cbb1c21623e07e3cf0b382caa01bdf00
Commit: 2868eb34c96f36ff93343665ff383a360342a35f
https://github.com/tribe29/checkmk/commit/2868eb34c96f36ff93343665ff383a360…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2021-09-01 (Wed, 01 Sep 2021)
Changed paths:
R tests/unit/checks/test_cpu_loads.py
A tests/unit/cmk/base/plugins/agent_based/utils/test_cpu_load.py
Log Message:
-----------
Move unit test for check_cpu_load to right place
Also do some cleanups.
CMK-8510
Change-Id: If382b9ba72722eea1f1b3c34575484e15bdd0da4
Commit: bd08b89628965c37193a586b1cf33cb4a7269505
https://github.com/tribe29/checkmk/commit/bd08b89628965c37193a586b1cf33cb4a…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2021-09-01 (Wed, 01 Sep 2021)
Changed paths:
M cmk/base/check_legacy_includes/cpu_load.py
M cmk/base/plugins/agent_based/cpu.py
M cmk/base/plugins/agent_based/utils/cpu.py
M cmk/base/plugins/agent_based/utils/cpu_load.py
M tests/unit/cmk/base/plugins/agent_based/utils/test_cpu_load.py
Log Message:
-----------
Migrate ProcessorType from cpu_load legacy include to new API
This is a preparation for migrating wmi_cpuload.
CMK-8510
Change-Id: Iae03c288444e509a61f95b481cdbcd464a8bbd82
Compare:
https://github.com/tribe29/checkmk/compare/8c71955dcec6...bd08b8962896