]> granicus.if.org Git - icinga2/commitdiff
Start the notification component after general features
authorMichael Friedrich <michael.friedrich@icinga.com>
Wed, 20 Feb 2019 11:11:59 +0000 (12:11 +0100)
committerMichael Friedrich <michael.friedrich@icinga.com>
Wed, 20 Feb 2019 11:11:59 +0000 (12:11 +0100)
lib/notification/notificationcomponent.ti

index 840667fb87f480f24ea9408077f8ae5c0fddf5da..67266cee002b6ee74650a6216059a712b6b54bb3 100644 (file)
@@ -26,7 +26,7 @@ namespace icinga
 
 class NotificationComponent : ConfigObject
 {
-       activation_priority 100;
+       activation_priority 200;
 
        [config] bool enable_ha (EnableHA) {
                default {{{ return true; }}}