mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-31 01:24:19 +02:00
Dependencies: Fix disable_notifications = true as default setting
fixes #7257
This commit is contained in:
parent
38b994d9cd
commit
56327f8e35
@ -26,7 +26,9 @@ class Dependency : CustomVarObject < DependencyNameComposer
|
|||||||
int state_filter_real (StateFilter);
|
int state_filter_real (StateFilter);
|
||||||
|
|
||||||
[config] bool disable_checks;
|
[config] bool disable_checks;
|
||||||
[config] bool disable_notifications;
|
[config] bool disable_notifications {
|
||||||
|
default {{{ return true; }}}
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user