Page 1 of 1
check_ping vs check_icmp
Posted: Wed Sep 21, 2011 11:03 am
by cloberjewels
Hi, can someone explain the benefits/differences between check_ping and check_icmp please? Is there a time/place to use one over the other? Thanks - Chris
Re: check_ping vs check_icmp
Posted: Wed Sep 21, 2011 11:12 am
by lmiltchev
If you are running a server that is not allowed to respond to ping you may use http in your "check-host-alive" command instead of ping. Please, read more on the topic here:
http://assets.nagios.com/downloads/nagi ... _In_XI.pdf
Re: check_ping vs check_icmp
Posted: Wed Sep 21, 2011 11:46 am
by cloberjewels
Thanks. I see the check-host-alive uses the check_icmp plugin. There is also a check_ping plugin. What is the difference between those two plugins though?
Re: check_ping vs check_icmp
Posted: Wed Sep 21, 2011 12:53 pm
by lmiltchev
As far as I know, the "check_ping" relies on the "/bin/ping" to perform the check, while the "check_icmp" performs the check itself. The "check_icmp" is supposed to be much more efficient than the "check_ping".