Page 1 of 1

difference between check-host-alive vs check_ping?

Posted: Thu Oct 19, 2017 11:01 am
by ikekim
What is the difference between check-host-alive(check_icmp) and check_ping?

I looked up check_icmp -h and there was not much explanation.

When I am adding host using core configuration manager, would it matter which I should use?
As a best practice , should I use check_icmp?


thanks,
ik

Re: difference between check-host-alive vs check_ping?

Posted: Thu Oct 19, 2017 1:37 pm
by dwasswa
Hi @ikekim,

The check_icmp program is meant as a replacement for the check_ping plugin supplied with the Nagios-plugins package.

It does not use the distributions ping command and therefore does not have to parse any output.