From 91663268766c8a816ca863f3bdbe2524a83b45b3 Mon Sep 17 00:00:00 2001 From: Yonas Habteab Date: Wed, 12 Mar 2025 14:19:22 +0100 Subject: [PATCH] Notification: Reset notified problem users on flapping end as well --- lib/icinga/notification.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/icinga/notification.cpp b/lib/icinga/notification.cpp index b6e9cd511..5b2964a84 100644 --- a/lib/icinga/notification.cpp +++ b/lib/icinga/notification.cpp @@ -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 */