Branch: refs/heads/2.3.0
Home:
https://github.com/Checkmk/checkmk
Commit: 5b9f18a02a1f0d3dfa2fea8fe86f2677d6d9697f
https://github.com/Checkmk/checkmk/commit/5b9f18a02a1f0d3dfa2fea8fe86f2677d…
Author: Logan Connolly <logan.connolly(a)checkmk.com>
Date: 2024-11-01 (Fri, 01 Nov 2024)
Changed paths:
M cmk/gui/painter/v0/painters.py
Log Message:
-----------
painter: 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.
Although this is not 100% correct (`%3B` could have been in the original
text), it will probably do the right thing in 99.9% of use cases and is
therefore a valid fix for now.
SUP-20926
Change-Id: Id45bc9da05907582b2e398044d387bac3618775b
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications