mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-21 20:54:35 +02:00
parent
730364b600
commit
487d2a9907
@ -37,7 +37,11 @@ System.assert(Internal.run_with_activation_context(function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
template CheckCommand "clr-check-command" use (_Internal) {
|
template CheckCommand "clr-check-command" use (_Internal) {
|
||||||
execute = _Internal.ClrCheck
|
if (_Internal.ClrCheck) {
|
||||||
|
execute = _Internal.ClrCheck
|
||||||
|
} else {
|
||||||
|
execute = _Internal.NullCheck
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
template NotificationCommand "plugin-notification-command" use (_Internal) {
|
template NotificationCommand "plugin-notification-command" use (_Internal) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user