Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: 62680b4dd2e79e33c6b2177cb686b8c760ad589a
https://github.com/Checkmk/checkmk/commit/62680b4dd2e79e33c6b2177cb686b8c76…
Author: Solomon Jacobs <solomon.jacobs(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
R cmk/base/legacy_checks/agent_kube.py
R cmk/gui/plugins/wato/special_agents/common_tls_verification.py
R cmk/gui/plugins/wato/special_agents/kube.py
A cmk/plugins/kube/rulesets/special_agent.py
A cmk/plugins/kube/server_side_calls/special_agent.py
M cmk/utils/password_store/hack.py
R tests/unit/checks/test_agent_kube.py
A tests/unit/cmk/plugins/kube/server_side_calls/test_special_agent.py
M tests/unit/cmk/plugins_consistency/test_special_agent_args.py
Log Message:
-----------
kube: do migration
* ssc
* special_agent
* configuration now suggests SSL verification True by default.
CMK-16937
Change-Id: I9dd209d94e46a30266be9f87f7065e05d12c2b30
Commit: f89dcd700071b76d7e80d8dbab5846665f3f0bb9
https://github.com/Checkmk/checkmk/commit/f89dcd700071b76d7e80d8dbab5846665…
Author: Logan Connolly <logan.connolly(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
A .werks/17356.md
Log Message:
-----------
17356 FIX Decode semi-colon from monitoring history
The plugin output and comments are saved in a Nagios-compatible format
(semi-colon-separated). Therefore, it is necessary to escape semi-colons
to `%3B` when writing out history.
In the GUI, where plugin output or comments from the monitoring history
are displayed, we can translate `%3B` back to a semi-colon using a
simple replace.
Change-Id: Ib8d82f9de51a08692816cdc891a4505bd1d950fb
Compare:
https://github.com/Checkmk/checkmk/compare/aa0b423480a4...f89dcd700071
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications