mirror of https://github.com/Icinga/icinga2.git
parent
d341783a51
commit
1ec7d366a7
|
@ -65,11 +65,11 @@ System.assert(Internal.run_with_activation_context(function() {
|
||||||
}
|
}
|
||||||
|
|
||||||
template TimePeriod "empty-timeperiod" use (_Internal) {
|
template TimePeriod "empty-timeperiod" use (_Internal) {
|
||||||
execute = _Internal.EmptyTimePeriod
|
update = _Internal.EmptyTimePeriod
|
||||||
}
|
}
|
||||||
|
|
||||||
template TimePeriod "even-minutes-timeperiod" use (_Internal) {
|
template TimePeriod "even-minutes-timeperiod" use (_Internal) {
|
||||||
execute = _Internal.EvenMinutesTimePeriod
|
update = _Internal.EvenMinutesTimePeriod
|
||||||
}
|
}
|
||||||
}))
|
}))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue