From: Cook, G. <GW...@ma...> - 2004-08-17 14:41:50
|
OK, I'm going to leave it on the list. As you can see from my output below, it does not work on my system. I'm not sure why I'm getting a WARNING, as the output is lacking anything other than the status and the IP address. Since check_icmp is based upon check_fping, and works for me, I will continue to use it instead. However, for those users that do wish to use check_fping, it appears as though it should work properly based on your feedback. Thanks! $/usr/local/src/nagios/nagios-plugins-HEAD-200408121647/plugins/check_fp ing 10.1.190.1 -w 2,10% -c 3,30% FPING WARNING - 10.1.190.1 $/usr/local/src/nagios/nagios-plugins-HEAD-200408121647/plugins/check_fp ing -H 10.1.190.1 -w 2,10% -c 3,30% FPING WARNING - 10.1.190.1 $/usr/local/src/nagios/nagios-plugins-1.4.0alpha1/plugins/check_fping -H 10.1.190.1 -w 2,10% -c 3,30%=20 FPING WARNING - 10.1.190.1 $/usr/local/src/nagios/nagios-plugins-1.4.0alpha1/plugins/check_fping -H 10.1.45.1 -w 2,10% -c 3,30% =20 FPING WARNING - 10.1.45.1 Garry W. Cook, CCNA Network Infrastructure Manager MACTEC, Inc. - http://www.mactec.com/ 303.308.6228 (Office) - 720.220.1862 (Mobile) Jaap Hogenberg wrote: > Garry, >=20 > It works for me without modification from the 1.4 alpha plugins: >=20 > nagios@gilmore:~/nagios-plugins-1.4.0alpha1/plugins$ ./check_fping -V > check_fping (nagios-plugins 1.4.0alpha1) 1.11 > nagios@gilmore:~/nagios-plugins-1.4.0alpha1/plugins$ ./check_fping -H > 10.1.5.17 -w 2,10% -c 3,30% > FPING OK - 10.1.5.17 (loss=3D0%, rta=3D19.900000 = ms)|loss=3D0%;10;30;0;100 > rta=3D19899us;2000000;3000000;0=20 >=20 > I also had a newer version from cvs , about 2 weeks ago I think: >=20 > nagios@gilmore:/opt/nagios/plugins$ ./check_fping -V > check_fping (nagios-plugins 1.4.0alpha2) 1.13 > nagios@gilmore:/opt/nagios/plugins$ ./check_fping -H > 10.1.5.17 -w 20,10% > -c 30,30% > FPING OK - 10.1.5.17 (loss=3D0%, rta=3D12.100000 = ms)|loss=3D0%;10;30;0;100 > rta=3D0.012100s;0.020000;0.030000;0.000000 >=20 > Both work without modifications althoug one expects the tresholds in > seconds,the other wants ms. The perfdata has different units too. >=20 > Just checked out the latest cvs, check_fping is at version 1.13 >=20 > Hope this explains. I do think the built in help with check_fping > is a bit vaque w.r.t. the format and unit of the treshold parameters. >=20 > Jaap >=20 >=20 > On Tue, 2004-08-17 at 15:52, Cook, Garry wrote: >> Thanks Jaap. I've added these to the list on the PP web site. >> However, I'm considering removing check_fping. I'm looking at the >> check_fping from last Thursday's CVS, and while perfdata does appear >> to be included, it does not seem to work. Do you (or anyone else on >> the list) actually have check_fping working and returning perfdata? >> If so, can you send me an example of the command that you used to >> get it to work properly? Did you need to change the code at all to >> get it working, and if so can you send me a patch? Thanks again. >>=20 >> Garry W. Cook, CCNA >> Network Infrastructure Manager >> MACTEC, Inc. - http://www.mactec.com/ >> 303.308.6228 (Office) - 720.220.1862 (Mobile) >>=20 >> Jaap Hogenberg wrote: >>> Garry, >>>=20 >>> check_fping >>> check_dns >>>=20 >>> both have performance data. >>>=20 >>> Regards, >>> jaap >>>=20 >>>=20 >>> On Tue, 2004-08-17 at 08:48, Cook, Garry wrote: >>>> I've updated the PerfParse website > (http://perfparse.sf.net/) with >>>> information regarding plugins. >>>> There is now a short list that shows plugins which support >>>> performance data, as well as some patches that I've created to add >>>> perfdata to plugins that do not yet support it. >>>>=20 >>>> If any of you have some spare time, please take a look at this and >>>> let me know of any plugins that you are aware of that support >>>> perfdata but are not listed. It would be best to email me here on >>>> the list, rather than the email address on the site, as I only >>>> check that about once a week.=20 >>>>=20 >>>> If any of you have added perfdata to plugins source code, please >>>> let me know and I'll be happy to post your patches on the site. >>>>=20 >>>> Thanks! >>>>=20 >>>> Garry W. Cook, CCNA >>>> Network Infrastructure Manager >>>> MACTEC, Inc. - http://www.mactec.com/ >>>> 303.308.6228 (Office) - 720.220.1862 (Mobile) |