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