Branch: refs/heads/2.2.0
Home:
https://github.com/Checkmk/checkmk
Commit: 14e2677bbcad0c8e2dc85cb53ab2af2d181645e6
https://github.com/Checkmk/checkmk/commit/14e2677bbcad0c8e2dc85cb53ab2af2d1…
Author: Joerg Herbel <joerg.herbel(a)checkmk.com>
Date: 2024-05-15 (Wed, 15 May 2024)
Changed paths:
M cmk/base/plugins/agent_based/utils/interfaces.py
M tests/unit/cmk/base/plugins/agent_based/utils/test_interfaces.py
Log Message:
-----------
Interface checks: More flexible handling of non-unicast packet rates
Previously, non-unicast packet rates were computed as the sum of broad-
and multicast packet rates. However, there are scenarios where the data
source only reports non-unicast data but not broad- and multicast data.
To account for such scenarios, we enable the interface checking code to
process non-unicast counters or rates directly as input. If this input
is not provided, the behavior is unchanged: Compute the non-unicast
rates as the sum of broad- and multicast if both are present.
SUP-18385
Change-Id: Iee5d4c0b29a627e23bb94bbd43c236a33e49fc65
Commit: f30acb2e86f9a4d69d4be86fd8cbfe00100520ee
https://github.com/Checkmk/checkmk/commit/f30acb2e86f9a4d69d4be86fd8cbfe001…
Author: Joerg Herbel <joerg.herbel(a)checkmk.com>
Date: 2024-05-15 (Wed, 15 May 2024)
Changed paths:
A .werks/16879
M cmk/base/plugins/agent_based/winperf_if.py
M tests/unit/cmk/base/plugins/agent_based/test_winperf_if.py
Log Message:
-----------
16879 FIX Interface checks for Windows hosts: Fix broad- and non-unicast packets mixup
SUP-18385
Change-Id: I16576580ede96e0c6ce79da64d4ea361418826c2
Compare:
https://github.com/Checkmk/checkmk/compare/78478a64745d...f30acb2e86f9
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications