Branch: refs/heads/2.3.0
Home:
https://github.com/Checkmk/checkmk
Commit: 73ea08b9c5514d5132732ded5d67cc094e138742
https://github.com/Checkmk/checkmk/commit/73ea08b9c5514d5132732ded5d67cc094…
Author: Gav <gavin.mcguigan(a)checkmk.com>
Date: 2024-02-19 (Mon, 19 Feb 2024)
Changed paths:
M cmk/gui/watolib/sample_config.py
Log Message:
-----------
Fix typo in inital_global_settings
Change-Id: I4c5c7a2e6dfad07facd9f902cafab96f4590e066
Commit: 938d4ba1bf18e208aa2a201af7bd952689642c3b
https://github.com/Checkmk/checkmk/commit/938d4ba1bf18e208aa2a201af7bd95268…
Author: Gav <gavin.mcguigan(a)checkmk.com>
Date: 2024-02-19 (Mon, 19 Feb 2024)
Changed paths:
A .werks/16393.md
M cmk/gui/openapi/endpoints/notification_rules/request_schemas.py
Log Message:
-----------
16393 FIX notification_rule: allow custom plugin names when selecting cancel without a
restart
We recently made a change that would allow you to create a notification rule,
via the REST-API using a custom plugin but also setting the option
"cancel_previous_notifications". However, an apache restart was required
since we were verifying the custom plugin via the runtime generated
schema. This werk fixes this issue by removing this verification from the
schema and checking at the endpoint.
Change-Id: I61b6ce9449a9cffe096c86d13fcb13a129650259
Compare:
https://github.com/Checkmk/checkmk/compare/3f814f3f7dac...938d4ba1bf18
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications