From cc8dd42c0a5ad509f60d56b78a43b4039ca14e78 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 20 Feb 2019 12:11:59 +0100 Subject: [PATCH] Start the notification component after general features --- lib/notification/notificationcomponent.ti | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }}} -- 2.40.0