]> granicus.if.org Git - icinga2/commitdiff
Activate downtimes before any checkable object 6971/head
authorMichael Friedrich <michael.friedrich@icinga.com>
Wed, 20 Feb 2019 12:56:15 +0000 (13:56 +0100)
committerMichael Friedrich <michael.friedrich@icinga.com>
Mon, 25 Feb 2019 08:49:19 +0000 (09:49 +0100)
(cherry picked from commit 7936a147ba82ce7e19de43ccb5f4c830edd8d235)

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;