[Nagiosplug-devel] [ nagiosplug-Patches-1327793 ] Added snmpwalk support to check_snmp

SourceForge.net noreply at sourceforge.net
Sat Oct 15 22:38:17 CEST 2005


Patches item #1327793, was opened at 2005-10-16 00:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397599&aid=1327793&group_id=29880

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Enhancement
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Dave Frailey (dfrailey)
Assigned to: Nobody/Anonymous (nobody)
Summary: Added snmpwalk support to check_snmp

Initial Comment:
* Using snmpwalk (instead of snmpget or snmpgetnext) 
allows a dynamic number of like OID's to be checked 
from a single parent OID (and thus a single nagios 
check_command).

  For example, a stackable Cisco 3750 switch will 
expose a sub OID containing the power supply status of 
each swtich in the stack under the 
1.3.6.1.4.1.9.9.13.1.5.1.4 OID:

  Without snmpwalk you'd have to build a separate 
check_command (using check_snmp) to query each 
OID individually for every switch in the stack.

  With the snmpwalk patch you simply query the parent 
OID with the new --walk switch.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397599&aid=1327793&group_id=29880




More information about the Devel mailing list