mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-15 22:00:07 -04:00
Fix macro warning from the icinga check
This commit is contained in:
parent
1a9d8448ea
commit
e490b3d2d2
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ System.assert(Internal.run_with_activation_context(function() {
|
|||
|
||||
template CheckCommand "icinga-check-command" use (_Internal) {
|
||||
execute = _Internal.IcingaCheck
|
||||
|
||||
vars.icinga_min_version = ""
|
||||
}
|
||||
|
||||
template CheckCommand "cluster-check-command" use (_Internal) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue