From: Michael Friedrich Date: Wed, 20 Feb 2019 12:56:15 +0000 (+0100) Subject: Activate downtimes before any checkable object X-Git-Tag: v2.11.0-rc1~212^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7936a147ba82ce7e19de43ccb5f4c830edd8d235;p=icinga2 Activate downtimes before any checkable object --- diff --git a/lib/icinga/downtime.ti b/lib/icinga/downtime.ti index fe80e0e77..d2880421f 100644 --- a/lib/icinga/downtime.ti +++ b/lib/icinga/downtime.ti @@ -37,6 +37,8 @@ public: class Downtime : ConfigObject < DowntimeNameComposer { + activation_priority -10; + load_after Host; load_after Service;