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
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to