icinga2/lib/icinga/icinga-itl.conf

16 lines
342 B
Plaintext
Raw Normal View History

/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
System.assert(Internal.run_with_activation_context(function() {
2018-08-07 13:55:41 +02:00
template TimePeriod "legacy-timeperiod" use (LegacyTimePeriod = Internal.LegacyTimePeriod) default {
update = LegacyTimePeriod
}
}))
var methods = [
"LegacyTimePeriod"
]
for (method in methods) {
Internal.remove(method)
}