Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_snmp_ibm_rsa2.sh
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
This plugin checks sensors (temperature, voltage and fans) and overall health of IBM servers using the Remote Supervisor Adapter II (RSA2).
Examples:
check_snmp_ibm_rsa2.sh -H 1.2.3.4 -C community -T health
Health status: Normal|
check_snmp_ibm_rsa2.sh -H 1.2.3.4 -C community -T temperature
System Ambient = 15.00
|Temperature5=15.00;;;;
check_snmp_ibm_rsa2.sh -H 1.2.3.4 -C community -T voltage
Volt1 = 5.16 (limits [4.38,5.61])
Volt2 = 3.30 (limits [3.02,3.55])
Volt3 = 12.21 (limits [10.57,13.34])
|Voltage1=5.16;;;; Voltage2=3.30;;;; Voltage3=12.21;;;;
check_snmp_ibm_rsa2.sh -H 1.2.3.4 -C community -T fans
Fan3 = 43%
Fan4 = 34%
Fan5 = 41%
Fan6 = 32%
Fan7 = 40%
Fan8 = 32%
Fan9 = 62%
Fan10 = 56%
Fan11 = 61%
Fan12 = 55%
|Fan3=43%;;;; Fan4=34%;;;; Fan5=41%;;;; Fan6=32%;;;; Fan7=40%;;;; Fan8=32%;;;; Fan9=62%;;;; Fan10=56%;;;; Fan11=61%;;;; Fan12=55%;;;;
Examples:
check_snmp_ibm_rsa2.sh -H 1.2.3.4 -C community -T health
Health status: Normal|
check_snmp_ibm_rsa2.sh -H 1.2.3.4 -C community -T temperature
System Ambient = 15.00
|Temperature5=15.00;;;;
check_snmp_ibm_rsa2.sh -H 1.2.3.4 -C community -T voltage
Volt1 = 5.16 (limits [4.38,5.61])
Volt2 = 3.30 (limits [3.02,3.55])
Volt3 = 12.21 (limits [10.57,13.34])
|Voltage1=5.16;;;; Voltage2=3.30;;;; Voltage3=12.21;;;;
check_snmp_ibm_rsa2.sh -H 1.2.3.4 -C community -T fans
Fan3 = 43%
Fan4 = 34%
Fan5 = 41%
Fan6 = 32%
Fan7 = 40%
Fan8 = 32%
Fan9 = 62%
Fan10 = 56%
Fan11 = 61%
Fan12 = 55%
|Fan3=43%;;;; Fan4=34%;;;; Fan5=41%;;;; Fan6=32%;;;; Fan7=40%;;;; Fan8=32%;;;; Fan9=62%;;;; Fan10=56%;;;; Fan11=61%;;;; Fan12=55%;;;;
Reviews (1)
Hallo
i have IBM System x3650 [7979KPG], it has RSA2, but i don't get this plugin work, snmp is enabled from server side. from cli im getting Timeout: No Response from 192.168.0.3 Health status: Unknown|.
any chance to raise time out level ? or what i can else try.
R.
i have IBM System x3650 [7979KPG], it has RSA2, but i don't get this plugin work, snmp is enabled from server side. from cli im getting Timeout: No Response from 192.168.0.3 Health status: Unknown|.
any chance to raise time out level ? or what i can else try.
R.
Owner's reply
If you use snmpwalk from the command line, do you get any reply from the server?