Branch: refs/heads/2.0.0
Home:
https://github.com/tribe29/checkmk
Commit: 47e2899457d37c69340a68127981e69e7f1db14f
https://github.com/tribe29/checkmk/commit/47e2899457d37c69340a68127981e69e7…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
A .werks/13914
M cmk/utils/notify.py
Log Message:
-----------
13914 FIX Escape semicolon in log entries
The "host & service history" view could not render plugin outputs
with semicolons correctly. This is due to the fact that semicolons
are interpreted as field separators.
We now replace the ";" characters with their HTML encoding, that
is, "%3B".
Note that Nagios silently replaces semicolons with colons (":")
in that case.
Change-Id: If88479cab5f9df88b7229130dc2107ef9a2da4f2