Werk #17356: Decode semi-colon from monitoring history

Component User interface
Title Decode semi-colon from monitoring history
Date Nov 4, 2024
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.4.0b1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.3.0p21 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.2.0p36 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)

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.

To the list of all Werks