Catch up on the latest product updates, best practices, and expert insights from the Checkmk Conference #12 – Watch the livestream recordings now

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 Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT
2.3.0p21 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT
2.2.0p36 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT

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