check_ping vs check_icmp
-
cloberjewels
- Posts: 23
- Joined: Wed Sep 21, 2011 10:59 am
check_ping vs check_icmp
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
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
http://assets.nagios.com/downloads/nagi ... _In_XI.pdf
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
cloberjewels
- Posts: 23
- Joined: Wed Sep 21, 2011 10:59 am
Re: check_ping vs check_icmp
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
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".
Be sure to check out our Knowledgebase for helpful articles and solutions!