mirror of https://github.com/Icinga/icinga2.git
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…
Reference in New Issue