Re: [Nagios-users] check ping unusual issue

2009-08-19 Thread shadih rahman
I think I have found the problem, Please see the following theread http://article.gmane.org/gmane.network.nagios.plugins.devel/6738 On Wed, Aug 19, 2009 at 9:54 AM, shadih rahman wrote: > I am using nagios-3.0.6 and nagios plugins-1.4.13 > > As suggested I have read the check_ping man page.

Re: [Nagios-users] check ping unusual issue

2009-08-18 Thread Morris, Patrick
On Tue, 18 Aug 2009, shadih rahman wrote: > All, >My check ping result is not making sense. I have the following in > commands.cfg > > define command{ > command_namecheck-host-alive > command_line$USER1$/check_ping -H $HOSTADDRESS$ -t 45 -4 -w > 3000.0,100% -c 3000.

Re: [Nagios-users] check ping unusual issue

2009-08-18 Thread arly arly
please read http://nagiosplugins.org/man/check_ping syntax is -w rta,pl -c rta,pl rta==round trip average, pl = packet lost of course warning should be less than critical. You have all same.. try : -w 200.0 30 -c 300.0, 40 Nice regards, 2009/8/18 shadih rahman : > All, >    My check pin

[Nagios-users] check ping unusual issue

2009-08-18 Thread shadih rahman
All, My check ping result is not making sense. I have the following in commands.cfg define command{ command_namecheck-host-alive command_line$USER1$/check_ping -H $HOSTADDRESS$ -t 45 -4 -w 3000.0,100% -c 3000.0,100% -p 1 } However I see the following output