On May 19, 2008, at 9:32 AM, Rodrigo Pacheco wrote: > Dear, > > excuse for the lack of details, I have a server nagios 3.0rc Debian > operating system version 4.0. > When the command check_icmp road in the server console > > Ex:. / Check_icmp-H 10.109.0.109 > OK - 10,109,235,100: rta 0548ms, lost 0% | rta = 0548ms, 200000, > 500000; 0; pl = 0%, 40, 80; >
> http://img397.imageshack.us/my.php?image=nagiosicmppb9.jpg > I've never seen/heard of check_icmp reporting inaccurate data (I use it for ~2700 devices) so my first assumption is that there really is a problem, seemingly intermittent. If it were me, I'd set up a little loop with check_icmp to ping every 30 seconds or so, from the command line, as the nagios user and not root, to see if it were reproducible. bash while true; do /usr/local/nagios/libexec/check_icmp -H 10.109.0.109; sleep 30; done -- Marc ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null