Re: [Nagios-users] check_snmp_int.pl problem

2006-04-01 Thread Neil Lehouillier

Thanks...

that worked great.  Anyone out there wouldn't happen to know how to make the 
check_snmp_int.pl script display the statistics within nagios?


Currently when I query the interface on a box I get:

a green line with the following:
 NIC Usage

OK 04-01-2006 09:29:54 3d 22h 47m 8s 1/3 3Com 3C90x Ethernet Adapter


I would like to see the statistics within the 3com 3C90x line.

Also does anyone know what happens when there are multiple nics within the 
same box?  Does it display all the interfaces or just the first one?


Thanks again

Neil



From: "Raphaël 'SurcouF' Bordet" <[EMAIL PROTECTED]>
To: 
Sent: Saturday, April 01, 2006 8:02 AM
Subject: Re: [Nagios-users] check_snmp_int.pl problem


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=k&kid0944&bid$1720&dat1642
___
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



---
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&kid=110944&bid=241720&dat=121642
___
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


[Nagios-users] check_snmp_int.pl problem

2006-03-31 Thread Neil Lehouillier



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)
 

NIC Usage   
MS TCP Loopback interface  

 
Why doesn't it show the 
3com info or any other status information?
 
Also does anyone know of 
a way that I can get it to omitt the Loopback 
interface?
 
Any help is 
appreciated
 
Thanks
 
Neil
 


[Nagios-users] passing authentication information

2005-11-05 Thread Neil Lehouillier



Hi all,
 
hopefully someone out there can help me 
out.
 
I have setup apache so that it requires 
authenication using .htaccess(which points towards a kerberos system - Active 
Directory) and that works just fine.  I have created a link on the side to 
send the user to another php program and I would like to pass the current 
authentication information to the php program.
 
How do I retrieve the current logged in user 
information and put it into that link on the side?
 
Any help is greatly appreciated.
 
Thanks...
 
Neil