[Nagiosplug-devel] How do we report a possible bug (in check_ping)?

Holger Weiss holger at CIS.FU-Berlin.DE
Fri Jun 20 14:04:21 CEST 2008


* Eddie F <bigedd at gmail.com> [2008-06-20 16:39]:
> How/where do I report bugs for a Nagios plugin (check_ping)?

http://sourceforge.net/tracker/?group_id=29880

> And just as importantly, how/where do I check to see if it is something that
> has already been reported?

http://sourceforge.net/search/?group_id=29880

> # /usr/local/nagios/libexec/check_ping -H nagios.org -w 300,10% -c 1000,50% -p 5
> CRITICAL - Plugin timed out after 10 seconds

Works fine for me:

| $ check_ping -vvv -H nagios.org -w 300,10% -c 1000,50% -p  
| CMD: /bin/ping -n -U -w 10 -c 5 nagios.org
| Output: PING nagios.org (66.118.156.22) 56(84) bytes of data.
| Output: 64 bytes from 66.118.156.22: icmp_seq=1 ttl=54 time=143 ms
| Output: 64 bytes from 66.118.156.22: icmp_seq=2 ttl=54 time=143 ms
| Output: 64 bytes from 66.118.156.22: icmp_seq=3 ttl=54 time=142 ms
| Output: 64 bytes from 66.118.156.22: icmp_seq=4 ttl=54 time=143 ms
| Output: 64 bytes from 66.118.156.22: icmp_seq=5 ttl=54 time=143 ms
| Output: 
| Output: --- nagios.org ping statistics ---
| Output: 5 packets transmitted, 5 received, 0% packet loss, time 4002ms
| Output: rtt min/avg/max/mdev = 142.896/143.149/143.259/0.272 ms
| PING OK - Packet loss = 0%, RTA = 143.15 ms|rta=143.149002ms;300.000000;1000.000000;0.000000 pl=0%;10;50;0
| 300.000000:10% 1000.000000:50%

Which release of the Nagios Plugins are you using?  Could you show us
the output you get if you use "-vvv" as I did in this example?

Holger




More information about the Devel mailing list