[Nagios-users] Check_snmp_int Plugin

2006-02-08 Thread Mike Koponick
I was wondering before I started coding, if anyone has written a plugin
similar to check_snmp_int that will also retrieve the description that a
user can enter for various interfaces? 

I have an OID, (1.3.6.1.2.1.31.1.1.1.18) which will retrieve what I
want, however I didn't want to go through all the trouble of writing a
new plugin until I exhausted all other resources.

Thanks in advance,

Mike




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
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


RE: [Nagios-users] Check_snmp_int Plugin

2006-02-08 Thread Eli Stair
Title: RE: [Nagios-users] Check_snmp_int Plugin







You should just be able to add a few lines to the existing script to poll that. Since that OID exists as a leaf of the same IFIndex table containing all the metrics (or at worst another table whose interfaces numbering always matches the others), you could just add another snmpget for that one, add it to a var, and output that when the script exits.


/eli

-Original Message-
From: [EMAIL PROTECTED] on behalf of Mike Koponick
Sent: Wed 2/8/2006 11:08 AM
To: Nagios Users
Subject: [Nagios-users] Check_snmp_int Plugin

I was wondering before I started coding, if anyone has written a plugin
similar to check_snmp_int that will also retrieve the description that a
user can enter for various interfaces?

I have an OID, (1.3.6.1.2.1.31.1.1.1.18) which will retrieve what I
want, however I didn't want to go through all the trouble of writing a
new plugin until I exhausted all other resources.

Thanks in advance,

Mike




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=k3432bid#0486dat1642
___
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