Fix macro warning from the icinga check

This commit is contained in:
Gunnar Beutner 2018-01-09 09:16:59 +01:00
parent 1a9d8448ea
commit e490b3d2d2
1 changed files with 2 additions and 0 deletions

View File

@ -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) {