"Delay notification" should be an option in a notification rule, not just globally
There are scenarios, where different recipients should receive notifications with different delays, for example delay notifications to a ticket system, but send notifications to individual users directly (after maximum check attempts).
Icinga has such a feature and some Icinga customers use it, so it would be nice to have this in Checkmk as well, especially for customers who migrate to Checkmk. Currently this can only be implemented by activating periodic notifications and notifying some contacts on the first notification and the ticket system on the second one.
Comments: 1
Oldest
•
Newest
•
Most likes
•
Fewest likes
-
04 Nov, '24
DirkAdditional note: The solution with periodic notifications also has the downside that periodic notifications cannot be stopped after the first 2 notifications. So the engine keeps checking at each interval, if any notification rule applies, which will fill notify.log with lots of unnecessary log entries.