Diff between host alive check and ping

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
capgemtools
Posts: 56
Joined: Wed Aug 12, 2020 3:16 pm

Diff between host alive check and ping

Post 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.
Thanks,
Supriya
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Diff between host alive check and ping

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked