Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: 18c93dcd321b924d61414461f27a81a7fb9f6922
https://github.com/Checkmk/checkmk/commit/18c93dcd321b924d61414461f27a81a7f…
Author: Lukas Lengler <lukas.lengler(a)checkmk.com>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M cmk/gui/wato/pages/notifications/migrate.py
M cmk/gui/wato/pages/notifications/quick_setup_types.py
M tests/unit/cmk/gui/quick_setup/test_notification_params.py
Log Message:
-----------
Add migrations for step 2
CMK-19967
Change-Id: I6f8707a8c6ac7bbfabb01ff3f89ac226fc41db41
Commit: b7935814191a6440acc69cf9f39ca5ed9cbb5974
https://github.com/Checkmk/checkmk/commit/b7935814191a6440acc69cf9f39ca5ed9…
Author: Lukas Lengler <lukas.lengler(a)checkmk.com>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M cmk/gui/wato/pages/notifications/migrate.py
M cmk/gui/wato/pages/notifications/quick_setup.py
M tests/unit/cmk/gui/quick_setup/test_notification_params.py
Log Message:
-----------
Add migration for notify_plugin
Change-Id: Ide933bb017ec3b87482c81851890580d24134241
Commit: a430c6008a17114a4753de978c2f2c2ca1e627d5
https://github.com/Checkmk/checkmk/commit/a430c6008a17114a4753de978c2f2c2ca…
Author: Logan Connolly <logan.connolly(a)checkmk.com>
Date: 2024-10-31 (Thu, 31 Oct 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: Iae15c50b9c9dcf06913a65001818e11710852ceb
Compare:
https://github.com/Checkmk/checkmk/compare/dd715f28cf43...a430c6008a17
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications