Notification: Reset notified problem users on flapping end as well

This commit is contained in:
Yonas Habteab 2025-03-12 14:19:22 +01:00
parent 86365a4e2b
commit 9166326876

View File

@ -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 */