mirror of https://github.com/Icinga/icinga2.git
Start the notification component after general features
This commit is contained in:
parent
7b2b45b503
commit
cc8dd42c0a
|
@ -26,7 +26,7 @@ namespace icinga
|
|||
|
||||
class NotificationComponent : ConfigObject
|
||||
{
|
||||
activation_priority 100;
|
||||
activation_priority 200;
|
||||
|
||||
[config] bool enable_ha (EnableHA) {
|
||||
default {{{ return true; }}}
|
||||
|
|
Loading…
Reference in New Issue