]> granicus.if.org Git - icinga2/commitdiff
Activate downtimes before any checkable object
authorMichael Friedrich <michael.friedrich@icinga.com>
Wed, 20 Feb 2019 12:56:15 +0000 (13:56 +0100)
committerMichael Friedrich <michael.friedrich@icinga.com>
Wed, 20 Feb 2019 12:56:15 +0000 (13:56 +0100)
lib/icinga/downtime.ti

index fe80e0e77453586c4584cd12f9738348bdb5e93d..d2880421f7b09831f2daef14773736e2b24abf96 100644 (file)
@@ -37,6 +37,8 @@ public:
 
 class Downtime : ConfigObject < DowntimeNameComposer
 {
+       activation_priority -10;
+
        load_after Host;
        load_after Service;