Page 1 of 1

Host Ping vs Ping Service Check

Posted: Tue Aug 03, 2010 5:33 am
by Box293
With the default Configuration Wizards provided with Nagios XI, the host always gets a ping check.

This is via a template applied to the host.

What is the difference between a ping check defined on a host vs a ping check service?

What's the point of having the service check?

Re: Host Ping vs Ping Service Check

Posted: Tue Aug 03, 2010 2:17 pm
by tonyyarusso
I'm not sure that there actually is one, but it is possible to use any command as the host check, so my guess is it's just to allow people that flexibility easily without then having to also add a ping service.

Re: Host Ping vs Ping Service Check

Posted: Wed Aug 04, 2010 10:42 am
by mmestnik
The host checks are only run when there is an issue. If you want graphs of your latency to each server, then this is the way.

Host checks determine "reach-ability", after you specify parent child relationships. Unreachable and down are two distinguishable host conditions that would be a selling point of Nagios... If it didn't already just sell itself ;)

Re: Host Ping vs Ping Service Check

Posted: Thu Aug 05, 2010 5:17 am
by Box293
OK I think I understand that, let me re-iterate to make sure I'm getting it.

The use of ping on the host is how the check determines the reach-ability of the host.

The check doesn't need to be a ping, the check could be anything as long as it returns the correct values as per Nagios requirements.

By using ping on the host, it serves a dual purpose for graphing round trip times and packet loss.

Re: Host Ping vs Ping Service Check

Posted: Thu Aug 05, 2010 2:01 pm
by mmestnik
100%