Hi,
I modified the service.conf to eliminate ssh check for IP address start with
10.10.53 as the follows:
apply Service "ssh" {
import "generic-service"
check_command = "ssh"
assign where (host.address || host.address6) && host.vars.os == "Linux"
ignore where host.name == "localhost" /* for upgrade safety */
ignore where match("10.10.53", host.address)
}
However, I still see ssh service check with host address start with 10.10.53.
What am I doing wrong?
Thanks,
Nobuo
_______________________________________________
icinga-users mailing list
[email protected]
https://lists.icinga.org/mailman/listinfo/icinga-users