Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 30e50503db206fbfacfaad953e73c7a2d2b23617
https://github.com/tribe29/checkmk/commit/30e50503db206fbfacfaad953e73c7a2d…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2020-07-28 (Tue, 28 Jul 2020)
Changed paths:
M cmk/base/plugins/agent_based/utils/diskstat.py
M tests/unit/cmk/base/plugins/agent_based/test_aix_diskiod.py
M tests/unit/cmk/base/plugins/agent_based/utils/test_diskstat_utils.py
Log Message:
-----------
Refactored cmk/base/plugins/agent_based/utils/diskstat.py and adjusted
unit test
Change-Id: I720101383dc951ac5355b8c33cad559974e291d0
Commit: f36c3d352f1cb2ee4494ec26ea85e75e8434e711
https://github.com/tribe29/checkmk/commit/f36c3d352f1cb2ee4494ec26ea85e75e8…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2020-07-28 (Tue, 28 Jul 2020)
Changed paths:
A .werks/11224
R checks/winperf_phydisk
A cmk/base/plugins/agent_based/winperf_phydisk.py
M tests/testlib/base.py
R tests/unit/checks/generictests/datasets/winperf_phydisk_regression.py
A tests/unit/cmk/base/plugins/agent_based/test_winperf_phydisk.py
Log Message:
-----------
11224 FIX winperf_phydisk: Interpret averaging parameter correctly
The check <tt>winperf_phydisk<\tt> now interprets the timespan parameter for
computing averaged values correctly (ruleset "Levels on disk IO (old style
checks)"). Previously, the user was supposed to specify a value in minutes,
however, the check plugin actually expected a value in seconds. This has been
corrected.
This change is incompatible, since the check plugin now behaves differently
for a given averaging timespan. User-defined rules might have to be adjusted
to account for this.
This change also migrates the section and the check plugin winperf_phydisk
to the new API.
Change-Id: I6d74b71352fd516a62eefcb748f9b291d445708b
Commit: 3096a4d177adbe8ee02178ab754132509384033e
https://github.com/tribe29/checkmk/commit/3096a4d177adbe8ee02178ab754132509…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2020-07-28 (Tue, 28 Jul 2020)
Changed paths:
A livestatus/src/DynamicHostFileColumn-impl.cc
M livestatus/src/DynamicHostFileColumn.cc
M livestatus/src/DynamicHostFileColumn.h
A livestatus/src/HostFileColumn-impl.cc
M livestatus/src/HostFileColumn.cc
M livestatus/src/HostFileColumn.h
M livestatus/src/Makefile.am
M livestatus/src/TableCrashReports.cc
M livestatus/src/TableHosts.cc
Log Message:
-----------
Preparatory step: Templatize HostFileColumn and DynamicHostFileColumn.
Explicit template instatiation to satisfy the linker is horrible...
Change-Id: I87613ed902832347cb068648ac2a3bd03d5dad9b
Commit: 127f5baf6576d68eb83ec9a71368a28f522a914a
https://github.com/tribe29/checkmk/commit/127f5baf6576d68eb83ec9a71368a28f5…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2020-07-28 (Tue, 28 Jul 2020)
Changed paths:
M livestatus/src/DynamicHostFileColumn.cc
M livestatus/src/DynamicHostFileColumn.h
M livestatus/src/HostFileColumn.cc
M livestatus/src/HostFileColumn.h
M livestatus/src/TableCrashReports.cc
M livestatus/src/TableHosts.cc
Log Message:
-----------
Move columnData calls into HostFileColumn, no Table should ever call this.
Change-Id: I429306c7c0b066a3b0864bcb22ae2fe9da1ce277
Commit: cb42bfd023381c79ebb4104ca73d935b58cd0980
https://github.com/tribe29/checkmk/commit/cb42bfd023381c79ebb4104ca73d935b5…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2020-07-28 (Tue, 28 Jul 2020)
Changed paths:
M livestatus/src/DynamicHostFileColumn.cc
M livestatus/src/DynamicHostFileColumn.h
M livestatus/src/HostFileColumn.cc
M livestatus/src/HostFileColumn.h
M livestatus/src/TableCrashReports.cc
Log Message:
-----------
Simplify type signature a bit.
Change-Id: Ida848e3f97200ff5569bd966920499be35018b1d
Compare:
https://github.com/tribe29/checkmk/compare/78c4bc4da667...cb42bfd02338