IcingaConfig: deploy timeperiods

fixes #11418
This commit is contained in:
Thomas Gelf 2016-03-19 14:57:22 +01:00
parent 6f4a954bb3
commit 21e541dbba
1 changed files with 2 additions and 1 deletions

View File

@ -341,6 +341,7 @@ class IcingaConfig
->createFileFromDb('zone')
->createFileFromDb('endpoint')
->createFileFromDb('command')
->createFileFromDb('timePeriod')
->createFileFromDb('hostGroup')
->createFileFromDb('host')
->autogenerateAgents()
@ -534,7 +535,7 @@ class IcingaConfig
'endpoint',
'user',
'userGroup',
'timeperiod',
'timePeriod',
'notification'
);