mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
21cebe97a1
commit
077dbe1db6
@ -75,11 +75,11 @@ void NotificationComponent::NotificationTimerHandler(void)
|
||||
if (!notification->IsActive())
|
||||
continue;
|
||||
|
||||
Checkable::Ptr checkable = notification->GetCheckable();
|
||||
|
||||
if (checkable->IsPaused() && GetEnableHA())
|
||||
if (notification->IsPaused() && GetEnableHA())
|
||||
continue;
|
||||
|
||||
Checkable::Ptr checkable = notification->GetCheckable();
|
||||
|
||||
if (!IcingaApplication::GetInstance()->GetEnableNotifications() || !checkable->GetEnableNotifications())
|
||||
continue;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user