Branch: refs/heads/2.2.0
Home:
https://github.com/Checkmk/checkmk
Commit: f791a10371eff43dc1ad01a2b794b8e55fae0d17
https://github.com/Checkmk/checkmk/commit/f791a10371eff43dc1ad01a2b794b8e55…
Author: Logan Connolly <logan.connolly(a)checkmk.com>
Date: 2024-11-01 (Fri, 01 Nov 2024)
Changed paths:
M cmk/gui/views/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: I9413c4250848be55b3199afa5fa91d6248ac3d25
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications