mirror of https://github.com/Icinga/icinga2.git
Remove wrong 'ignore where' expression from 'ssh' apply example
fixes #9188
This commit is contained in:
parent
91257b3184
commit
da4ed19fc4
|
@ -50,7 +50,6 @@ apply Service "ssh" {
|
||||||
check_command = "ssh"
|
check_command = "ssh"
|
||||||
|
|
||||||
assign where (host.address || host.address6) && host.vars.os == "Linux"
|
assign where (host.address || host.address6) && host.vars.os == "Linux"
|
||||||
ignore where host.name == "localhost" /* for upgrade safety */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue