Branch: refs/heads/2.3.0
Home:
https://github.com/Checkmk/checkmk
Commit: 50120e84725d4ea1743eaa1978689014046e408b
https://github.com/Checkmk/checkmk/commit/50120e84725d4ea1743eaa19786890140…
Author: Benedikt Seidl <benedikt.seidl(a)checkmk.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M cmk/base/modes/check_mk.py
M cmk/checkengine/checking/_checking.py
M cmk/checkengine/discovery/_impl.py
Log Message:
-----------
Check_MK services: summarize only once
The result of the Check_MK service is composed of multiple sub checks.
Those checks were summarized multiple times: the summary of a
subcheck was summarized with the summary of others.
This lead to inaccuracy of the placement of check markers.
Now the checks are only summarized once.
Change-Id: I8aadf90e17196395ad8f554247013d397aac73e8
Commit: 049a5b2cabafec63b930ca2208be8ae65760d9d1
https://github.com/Checkmk/checkmk/commit/049a5b2cabafec63b930ca2208be8ae65…
Author: Benedikt Seidl <benedikt.seidl(a)checkmk.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M cmk/checkengine/checking/__init__.py
M cmk/checkengine/checking/_checking.py
M tests/unit/cmk/checkengine/test_checking.py
Log Message:
-----------
add test to demonstrate problem
specific_missing_sections rule still returns a warning with an empty
list.
SUP-17271
Change-Id: I85b968701fea1d3e310c46a92a32672c78f15463
Commit: fe5292d36b72c3c602f0c421e79618477de5f8eb
https://github.com/Checkmk/checkmk/commit/fe5292d36b72c3c602f0c421e79618477…
Author: Benedikt Seidl <benedikt.seidl(a)checkmk.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
A .werks/15321.md
M cmk/checkengine/checking/_checking.py
M tests/unit/cmk/checkengine/test_checking.py
Log Message:
-----------
15321 FIX Fix "State if specific check plugins receive no monitoring data" of
Rule "Status of the Checkmk service"
Rule "Status of the Checkmk service" provides a setting called "State if
specific check plugins receive no monitoring data" where you can specify a
regular expression to match specific check plugins, and assign a status for
the "Check_MK" service if this check plugins receives no data.
The feature did work correctly if you specified a Status worse than "WARN".
But the "Check_MK" service went to "WARN" even if there was an rule to
set the
status to "OK" if the specific section did not receive any data. This is fixed
now.
SUP-17271
Change-Id: I449cf23a3b9fce9227ff7d7f12a0162e8dc81c3e
Compare:
https://github.com/Checkmk/checkmk/compare/3542203cd00a...fe5292d36b72
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications