Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 46292d0dc2a99db06a6b76c2e93a770bbd66d502
https://github.com/tribe29/checkmk/commit/46292d0dc2a99db06a6b76c2e93a770bb…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2023-02-28 (Tue, 28 Feb 2023)
Changed paths:
A .werks/15253
Log Message:
-----------
15253 FIX Abort CMC startup if state file could not be read or parsed
This avoids simply continuing and creating a new state file, which loses all
comments, ad hoc downtimes, acknowledgements, etc.
Note that it is still OK when there is no state file at all, which is e.g.
the case when the CMC starts for the first time.
Change-Id: I4a5b4bee2a4cef11940c36f93792e6a24bfe721b
Commit: efcf801a9315864eaad107963bff8f010dc12c80
https://github.com/tribe29/checkmk/commit/efcf801a9315864eaad107963bff8f010…
Author: Sofia Colakovic <sofia.colakovic(a)tribe29.com>
Date: 2023-02-28 (Tue, 28 Feb 2023)
Changed paths:
A .werks/15149
M cmk/special_agents/agent_azure.py
A tests/unit/cmk/special_agents/agent_azure/test_agent_azure_mgmt_api_client.py
Log Message:
-----------
15149 FIX agent_azure: Fix crash if the metric isn't found
The Azure agent would crash if the metric wasn't available for a resource.
Now, the agent doesn't crash and retries to fetch available metrics.
Change-Id: I908960320047a011a6a3eb478e301a9f6f4df9b9
Compare:
https://github.com/tribe29/checkmk/compare/3283c59a089a...efcf801a9315