Merge pull request #5961 from Icinga/fix/min-version-warning

Fix macro warning from the icinga check
This commit is contained in:
Michael Friedrich 2018-01-09 09:33:07 +01:00 committed by GitHub
commit e26494bf08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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