]> granicus.if.org Git - icinga2/blob - lib/icinga/icinga-itl.conf
Service: be handled while host is down
[icinga2] / lib / icinga / icinga-itl.conf
1 /* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
2
3 System.assert(Internal.run_with_activation_context(function() {
4         template TimePeriod "legacy-timeperiod" use (LegacyTimePeriod = Internal.LegacyTimePeriod) default {
5                 update = LegacyTimePeriod
6         }
7 }))
8
9 var methods = [
10         "LegacyTimePeriod"
11 ]
12
13 for (method in methods) {
14         Internal.remove(method)
15 }