diff --git a/lib/icinga/notification.cpp b/lib/icinga/notification.cpp index 5f465a51a..f1c2c9862 100644 --- a/lib/icinga/notification.cpp +++ b/lib/icinga/notification.cpp @@ -287,6 +287,12 @@ void Notification::BeginExecuteNotification(NotificationType type, const CheckRe */ SetNextNotification(checkable->GetLastHardStateChange() + timesBegin + 1.0); + /* + * We need to set no more notifications to false, in case + * some notifications were sent previously + */ + SetNoMoreNotifications(false); + return; }