mirror of https://github.com/Icinga/icinga2.git
Fix macro warning from the icinga check
This commit is contained in:
parent
1a9d8448ea
commit
e490b3d2d2
|
@ -22,6 +22,8 @@ System.assert(Internal.run_with_activation_context(function() {
|
||||||
|
|
||||||
template CheckCommand "icinga-check-command" use (_Internal) {
|
template CheckCommand "icinga-check-command" use (_Internal) {
|
||||||
execute = _Internal.IcingaCheck
|
execute = _Internal.IcingaCheck
|
||||||
|
|
||||||
|
vars.icinga_min_version = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
template CheckCommand "cluster-check-command" use (_Internal) {
|
template CheckCommand "cluster-check-command" use (_Internal) {
|
||||||
|
|
Loading…
Reference in New Issue