Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: d89b8bdbffbe7fa7e7ff8e6746a2f9956cabc774
https://github.com/Checkmk/checkmk/commit/d89b8bdbffbe7fa7e7ff8e6746a2f9956…
Author: Mathias Laurin <mathias.laurin(a)checkmk.com>
Date: 2023-06-15 (Thu, 15 Jun 2023)
Changed paths:
M tests/testlib/site.py
Log Message:
-----------
f12 packages/maintenance for the tests
Change-Id: I770193de999427ea420c7abaae2a20d950407312
Commit: 2e4416ad4f29ce13763a4ed51be7781b20bfe6db
https://github.com/Checkmk/checkmk/commit/2e4416ad4f29ce13763a4ed51be7781b2…
Author: Joerg Herbel <joerg.herbel(a)checkmk.com>
Date: 2023-06-15 (Thu, 15 Jun 2023)
Changed paths:
R tests/unit/checks/generictests/datasets/cisco_qos.py
R tests/unit/checks/test_cisco_qos.py
A tests/unit/cmk/base/plugins/agent_based/test_cisco_qos.py
Log Message:
-----------
cisco_qos: Unit tests
Change-Id: I48355bcae2ca3dba9f30818cdf8715e1a09e3015
Commit: 6883402f360ef713a7016d441fcf5eb2f6d9d9ba
https://github.com/Checkmk/checkmk/commit/6883402f360ef713a7016d441fcf5eb2f…
Author: Joerg Herbel <joerg.herbel(a)checkmk.com>
Date: 2023-06-15 (Thu, 15 Jun 2023)
Changed paths:
A .werks/15740
M cmk/base/legacy_checks/cisco_qos.py
M tests/unit/cmk/base/plugins/agent_based/test_cisco_qos.py
Log Message:
-----------
15740 FIX <tt>cisco_qos</tt>: Interpret thresholds correctly
Change-Id: I6502a41bf163af307df68ddfd0fbacfdfff17b23
Commit: 4e8798a79971d0e41210d223694e6e390d71e4c1
https://github.com/Checkmk/checkmk/commit/4e8798a79971d0e41210d223694e6e390…
Author: Joerg Herbel <joerg.herbel(a)checkmk.com>
Date: 2023-06-15 (Thu, 15 Jun 2023)
Changed paths:
A .werks/15847
M cmk/base/legacy_checks/cisco_qos.py
M cmk/gui/plugins/metrics/perfometers.py
M cmk/gui/plugins/metrics/qos.py
M cmk/gui/plugins/metrics/translation.py
M tests/unit/cmk/base/plugins/agent_based/test_cisco_qos.py
Log Message:
-----------
15847 FIX <tt>cisco_qos</tt>: Handle metric units consistently & drop
averaged metrics
cisco_qos now uses bits internally, which is easier, since we want to
store our metrics in this unit.
Explanation regarding the CRE issue mentioned in the werk:
Livestatus in combination with pnp4nagios only reports metrics which are
currently still updated. Metrics which were once produced but are not
updated anylonger are currently not reported in the livestatus metrics
column. Hence, renaming metrics currently leads to a loss of historic
data in the CRE, even if there is a corresponding translation.
Change-Id: I605587c4b72651a96bd18eba07cd4191797056eb
Commit: 85b7d7545df435f1817b6531d1e66aa123124198
https://github.com/Checkmk/checkmk/commit/85b7d7545df435f1817b6531d1e66aa12…
Author: Joerg Herbel <joerg.herbel(a)checkmk.com>
Date: 2023-06-15 (Thu, 15 Jun 2023)
Changed paths:
M cmk/base/legacy_checks/cisco_qos.py
A cmk/base/plugins/agent_based/cisco_qos.py
M tests/unit/cmk/base/plugins/agent_based/test_cisco_qos.py
Log Message:
-----------
cisco_qos: Implement section I
Mainly move code from discovery and check function to parse function.
Change-Id: I115f58988cd5c44605158a4b65eadcea35fc6d31
Commit: f417776d3b85ef444ccbd691b4b9f9b94fc1f14f
https://github.com/Checkmk/checkmk/commit/f417776d3b85ef444ccbd691b4b9f9b94…
Author: Joerg Herbel <joerg.herbel(a)checkmk.com>
Date: 2023-06-15 (Thu, 15 Jun 2023)
Changed paths:
M cmk/base/legacy_checks/cisco_qos.py
M cmk/base/plugins/agent_based/cisco_qos.py
M tests/unit/cmk/base/plugins/agent_based/test_cisco_qos.py
Log Message:
-----------
cisco_qos: Implement section II
Introduces types following the MIB and rename variables.
Change-Id: I80fcaefc5d5261b335f1760c108a2bc055dd43b6
Commit: e6b8191b9d823c4d520d67eaf85d50c58a981107
https://github.com/Checkmk/checkmk/commit/e6b8191b9d823c4d520d67eaf85d50c58…
Author: Joerg Herbel <joerg.herbel(a)checkmk.com>
Date: 2023-06-15 (Thu, 15 Jun 2023)
Changed paths:
M cmk/base/plugins/agent_based/cisco_qos.py
Log Message:
-----------
cisco_qos: Implement section III
Small refactoring
Change-Id: I2728dcdc33c7d1ca2954a1ccb253770309943279
Commit: 20c19ea722826b89a3b106197629bd9ac9712228
https://github.com/Checkmk/checkmk/commit/20c19ea722826b89a3b106197629bd9ac…
Author: Joerg Herbel <joerg.herbel(a)checkmk.com>
Date: 2023-06-15 (Thu, 15 Jun 2023)
Changed paths:
M cmk/base/plugins/agent_based/cisco_qos.py
Log Message:
-----------
cisco_qos: Implement section IV
Factor out bandwidth computation.
Change-Id: Idcb5336e214ca6607c7fc7abbe2bc6b156b0d5fc
Commit: f60bca1b9707ed9a46464f1f378c7001036a22bc
https://github.com/Checkmk/checkmk/commit/f60bca1b9707ed9a46464f1f378c70010…
Author: Joerg Herbel <joerg.herbel(a)checkmk.com>
Date: 2023-06-15 (Thu, 15 Jun 2023)
Changed paths:
M cmk/base/legacy_checks/cisco_qos.py
M tests/unit/cmk/base/plugins/agent_based/test_cisco_qos.py
Log Message:
-----------
cisco_qos: Polish check plugin
Change-Id: If7accca336d7e31b84068e44c3546e064d643e10
Commit: 4979d7c6189af71a4316b61d41c5303045dee430
https://github.com/Checkmk/checkmk/commit/4979d7c6189af71a4316b61d41c530304…
Author: Joerg Herbel <joerg.herbel(a)checkmk.com>
Date: 2023-06-15 (Thu, 15 Jun 2023)
Changed paths:
R cmk/base/legacy_checks/cisco_qos.py
M cmk/base/plugins/agent_based/cisco_qos.py
M tests/unit/checks/test_generic_legacy_conversion.py
M tests/unit/cmk/base/plugins/agent_based/test_cisco_qos.py
Log Message:
-----------
cisco_qos: Migrate check plugin
Change-Id: I3cae58cf973a2a881394e7694c5891fd6999c4e1
Compare:
https://github.com/Checkmk/checkmk/compare/e98c571a3f68...4979d7c6189a