mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
Activate downtimes before any checkable object
This commit is contained in:
parent
a4f97c1246
commit
7936a147ba
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ public:
|
|||
|
||||
class Downtime : ConfigObject < DowntimeNameComposer
|
||||
{
|
||||
activation_priority -10;
|
||||
|
||||
load_after Host;
|
||||
load_after Service;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue