Branch: refs/heads/release/2.3.0p20
Home:
https://github.com/Checkmk/checkmk
Commit: 570a45d3057c0e93d578023268ad80adcca0b3f9
https://github.com/Checkmk/checkmk/commit/570a45d3057c0e93d578023268ad80adc…
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
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications