For active checks (dns, http, ftp) I’m using hostname specific for services being checked (active_dns, active_http, active_ftp). This checks are for checking general availability of the service for end-user. Apart from that I’m checking
service directly on servers. active_* hostnames use as IP address localhost and I don’t want to check if host is alive. what is the best way to disable PING so the hosts won’t be included in hosts count.
For active checks (dns, http, ftp) I’m using hostname specific for services being checked (active_dns, active_http, active_ftp). This checks are for checking general availability of the service for end-user. Apart from that I’m checking
service directly on servers. active_* hostnames use as IP address localhost and I don’t want to check if host is alive. what is the best way to disable PING so the hosts won’t be included in hosts count.