mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +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) {
|
||||
execute = _Internal.ClrCheck
|
||||
if (_Internal.ClrCheck) {
|
||||
execute = _Internal.ClrCheck
|
||||
} else {
|
||||
execute = _Internal.NullCheck
|
||||
}
|
||||
}
|
||||
|
||||
template NotificationCommand "plugin-notification-command" use (_Internal) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user