mirror of https://github.com/Icinga/icinga2.git
Merge pull request #6971 from Icinga/bugfix/downtime-acti
Activate downtimes before any checkable object
This commit is contained in:
commit
51b637fc19
|
@ -37,6 +37,8 @@ public:
|
|||
|
||||
class Downtime : ConfigObject < DowntimeNameComposer
|
||||
{
|
||||
activation_priority -10;
|
||||
|
||||
load_after Host;
|
||||
load_after Service;
|
||||
|
||||
|
|
Loading…
Reference in New Issue