Branch: refs/heads/2.3.0
Home:
https://github.com/Checkmk/checkmk
Commit: bc01b1130686990409b3edb1af877fc425ba8ac7
https://github.com/Checkmk/checkmk/commit/bc01b1130686990409b3edb1af877fc42…
Author: Maximilian Wirtz <maximilian.wirtz(a)checkmk.com>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M Pipfile
M Pipfile.lock
M cmk/special_agents/utils_kubernetes/prometheus_api.py
M cmk/special_agents/utils_kubernetes/query.py
M cmk/utils/notify_types.py
M tests/unit/cmk/special_agents/agent_kube/test_agent_kube_performance.py
Log Message:
-----------
Revert "Update pydantic"
This reverts commit f785e7ea8c6d011e695d11da9c92643562dbec5d.
Reason for revert: It breaks the CI
Change-Id: Iadf6179c7ef90b0e84df4aa089dcea58f7509e7b
Commit: e4751a4ec695d243ac090e67fe858ec7b12b30eb
https://github.com/Checkmk/checkmk/commit/e4751a4ec695d243ac090e67fe858ec7b…
Author: Luka Racic <luka.racic(a)checkmk.com>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
A .werks/17036.md
M agents/check_mk_agent.linux
M tests/unit/cmk/base/plugins/agent_based/test_heartbeat_crm.py
Log Message:
-----------
17036 FIX heartbeat_crm: Handle cases when pacemaker service is not running
The creation of the agent section depended on the pacemaker service being running. If this
was not the case, the section was left empty, causing the services to become stale.
From now on, if the pacemaker service is not running, the service will go into CRIT state
and the summary will indicate that the connection was not possible/refused.
Also, the agent now checks for the existence of 'crm_mon' on the system, as this
is a prerequisite for further command execution.
SUP-19573
Change-Id: I956f78411ffda122101b0076bc7ee643ee7983d4
Compare:
https://github.com/Checkmk/checkmk/compare/755f625e2b22...e4751a4ec695
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications