From: Michael Friedrich Date: Wed, 20 Feb 2019 11:11:59 +0000 (+0100) Subject: Start the notification component after general features X-Git-Tag: v2.11.0-rc1~212^2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc8dd42c0a5ad509f60d56b78a43b4039ca14e78;p=icinga2 Start the notification component after general features --- diff --git a/lib/notification/notificationcomponent.ti b/lib/notification/notificationcomponent.ti index 840667fb8..67266cee0 100644 --- a/lib/notification/notificationcomponent.ti +++ b/lib/notification/notificationcomponent.ti @@ -26,7 +26,7 @@ namespace icinga class NotificationComponent : ConfigObject { - activation_priority 100; + activation_priority 200; [config] bool enable_ha (EnableHA) { default {{{ return true; }}}