Le vendredi 31 mars 2006 à 22:32 -0700, Neil Lehouillier a écrit : > Hi all, > > I hoping someone out there can help me out. I'm having a problem with > the check_snmp_int.pl script. > > When I issue the following command from the command line > "check_snmp_int.pl -H 192.168.0.12 -C public -n -w 600,600 -c 800,800" > to display the status of all the network adapters I get the following: > > MS TCP Loopback interface:UP, 3Com SOHO PCI:UP:2 UP: OK > > > But when I issue the command from nagios I only receive the following > on the nagios web screen: (I omitted the date time and other non > essential info)
Hi, This plugin can use regex to match interfaces you want. You can use this following regex: ^[^MS TCP Loopback] You've all interfaces without this naming interface. Regards, > -- Raphaël 'SurcouF' Bordet http://debianfr.net/ | JID: surcouf at debianfr dot net ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Nagios-users mailing list [email protected] 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
