Start the notification component after general features

This commit is contained in:
Michael Friedrich 2019-02-20 12:11:59 +01:00
parent 7b2b45b503
commit cc8dd42c0a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ namespace icinga
class NotificationComponent : ConfigObject
{
activation_priority 100;
activation_priority 200;
[config] bool enable_ha (EnableHA) {
default {{{ return true; }}}