Can't get HP ProCurve MIBs working
Posted: Mon Dec 31, 2012 6:49 pm
Hey all, I'm trying to monitor my ProCurve switches and I thought I had made progress but I haven't. Using the directions I found here:
http://blog.davidvassallo.me/2010/03/02 ... to-nagios/
I downloaded the MIB file for the ProCurve 2524 switch (it's my test switch for this project) and dumped all of the MIBs into a folder on my computer. I downloaded the iReasoning MIB Browser and loaded all of the MIBs into it, connected to the switch and then went search for a fan MIB. I found hpicFanState and thought I'd start there so I put the MIB, .1.3.6.1.4.1.11.2.14.11.5.1.54.2.1.1.4, in my switch.cfg file like so:
BUT, when I check my Nagios server I see this error:
I tried running the OID from SNMPGET too but I get this error:
Is the problem with the OID or the syntax or something else?
Thanks,
Joe B
http://blog.davidvassallo.me/2010/03/02 ... to-nagios/
I downloaded the MIB file for the ProCurve 2524 switch (it's my test switch for this project) and dumped all of the MIBs into a folder on my computer. I downloaded the iReasoning MIB Browser and loaded all of the MIBs into it, connected to the switch and then went search for a fan MIB. I found hpicFanState and thought I'd start there so I put the MIB, .1.3.6.1.4.1.11.2.14.11.5.1.54.2.1.1.4, in my switch.cfg file like so:
Code: Select all
# Monitor an HP Fan
define service{
use generic-service
host_name OS-2524SrvRck
service_description Switch fan state
check_command check_snmp! -C public -o .1.3.6.1.4.1.11.2.14.11.5.1.54.2.1.1.4 -m all
}
Code: Select all
OS-2524SrvRck
Switch fan state
UNKNOWN 12-31-2012 15:36:39 0d 0h 9m 24s 3/3 External command error: Undefined OBJECT-GROUP (dot11PhyFHSSComplianceGroup): At line 2353 in /usr/share/snmp/mibs/ieee80211.mib
Code: Select all
[root@link jobee]# snmpget -v 2c -c public 192.168.2.15 1.3.6.1.4.1.11.2.14.11.5.1.54.2.1.1.4
SNMPv2-SMI::enterprises.11.2.14.11.5.1.54.2.1.1.4 = No Such Object available on this agent at this OID
Thanks,
Joe B