Perfect, that worked. But where did you get "HP_PowerSupply_Degraded" from? I have an entire list such as harddrives, fans, CPU, etc. to check. I'm not clear on where you got that and how I can get the rest of the details I need such a fan, CPU, etc..
Thanks much!!
Search found 2 matches
- Wed Apr 24, 2013 3:41 pm
- Forum: Open Source Nagios Projects
- Topic: NAGIOS SNMP TRAP
- Replies: 3
- Views: 1508
- Wed Apr 24, 2013 2:07 pm
- Forum: Open Source Nagios Projects
- Topic: NAGIOS SNMP TRAP
- Replies: 3
- Views: 1508
NAGIOS SNMP TRAP
The following Nagios SNMP trap works great on the command line: [root@bo-bb objects]# /usr/local/nagios/libexec/check_snmp -H 10.167.148.113 -o .1.3.6.1.4.1.232.3.2.5.1.1.6 -P 1 -n SNMP OK - 2 | iso.3.6.1.4.1.232.3.2.5.1.1.6.0.0=2 I'm trying to incorporate that command into a Nagios check. I have th...