1
0
mirror of https://github.com/Icinga/icinga2.git synced 2025-04-08 17:05:25 +02:00

Activate downtimes before any checkable object

(cherry picked from commit 7936a147ba82ce7e19de43ccb5f4c830edd8d235)
This commit is contained in:
Michael Friedrich 2019-02-20 13:56:15 +01:00
parent 466096a6a4
commit 82c0197aae

@ -37,6 +37,8 @@ public:
class Downtime : ConfigObject < DowntimeNameComposer
{
activation_priority -10;
load_after Host;
load_after Service;