mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
Merge pull request #5961 from Icinga/fix/min-version-warning
Fix macro warning from the icinga check
This commit is contained in:
commit
e26494bf08
@ -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…
x
Reference in New Issue
Block a user