mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 22:24:44 +02:00
Notification: Reset notified problem users on flapping end as well
This commit is contained in:
parent
86365a4e2b
commit
9166326876
@ -520,7 +520,7 @@ void Notification::BeginExecuteNotification(NotificationType type, const CheckRe
|
||||
}
|
||||
|
||||
/* if this was a recovery notification, reset all notified users */
|
||||
if (type == NotificationRecovery)
|
||||
if (IsRecoveryOrFlappingEndAndCheckableIsOK(checkable, cr, type))
|
||||
notifiedProblemUsers->Clear();
|
||||
|
||||
/* used in db_ido for notification history */
|
||||
|
Loading…
x
Reference in New Issue
Block a user