mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
parent
79d6bbe8a8
commit
8a25bff8a6
@ -169,7 +169,7 @@ bool Service::GetEnableNotifications(void) const
|
|||||||
|
|
||||||
void Service::SetEnableNotifications(bool enabled, const String& authority)
|
void Service::SetEnableNotifications(bool enabled, const String& authority)
|
||||||
{
|
{
|
||||||
SetOverrideEnableActiveChecks(enabled);
|
SetOverrideEnableNotifications(enabled);
|
||||||
|
|
||||||
OnEnableNotificationsChanged(GetSelf(), enabled, authority);
|
OnEnableNotificationsChanged(GetSelf(), enabled, authority);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user