mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Notifications: Make sure not to send reminder notification, if problem notification has been suppressed
This commit is contained in:
parent
9830dc194b
commit
08e586fbf0
@ -235,7 +235,7 @@ void NotificationComponent::NotificationTimerHandler()
|
||||
continue;
|
||||
|
||||
/* Don't send reminder notifications before initial ones. */
|
||||
if (checkable->GetSuppressedNotifications() & NotificationProblem)
|
||||
if (checkable->GetSuppressedNotifications() & NotificationProblem || notification->GetSuppressedNotifications() & NotificationProblem)
|
||||
continue;
|
||||
|
||||
/* Skip in runtime filters. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user