Merge pull request #6971 from Icinga/bugfix/downtime-acti

Activate downtimes before any checkable object
This commit is contained in:
Michael Friedrich 2019-02-25 10:14:30 +01:00 committed by GitHub
commit 51b637fc19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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