Page 1 of 1

Diff between host alive check and ping

Posted: Thu Oct 22, 2020 7:12 am
by capgemtools
Hello Support,

Just want to understand what is the difference between host alive check in host configuration and ping? I see same command is being run at the background. Can we remove ping monitoring for the devices if the host alive check is already there? Its generating multiple alers for ping as well as host down. I see the host alive check has RTA thresholds quite a big.

Re: Diff between host alive check and ping

Posted: Fri Oct 23, 2020 10:29 am
by cdienger
check_icmp can check and provide more granular details about a connection than check_ping can:

https://nagios-plugins.org/doc/man/check_icmp.html
https://nagios-plugins.org/doc/man/check_ping.html

Some wizards will set up two checks(a host and service check) that rely on check_icmp for both. You can disable the service check in cases like this.