You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./check_hpasm -v:
physical drive 0:0 is ok
physical drive 0:1 is ok
physical drive 0:2 is ok
physical drive 0:3 is ok
physical drive 0:4 is ok
physical drive 0:5 is ok
physical drive 0:6 is value_10
physical drive 0:7 is ok
./check_hpasm:
OK - System: 'proliant dl360 gen10'
./check_hpasm -v:
physical drive 0:0 is ok
physical drive 0:1 is ok
physical drive 0:2 is ok
physical drive 0:3 is ok
physical drive 0:4 is ok
physical drive 0:5 is ok
physical drive 0:6 is spare
physical drive 0:7 is ok
The text was updated successfully, but these errors were encountered:
Hi, where did you get the information that 10 means spare? I was searching for a recent version of CPQIDA-MIB, but they all end at 9. If you could point me to a place where i can download the latest MIBs, then i can finally start to rewrite this plugin (it's very old and my other plugins have a structure which makes them way more easy to maintain)
SNMPv2-SMI::enterprises.232.3.2.5.1.1.6.0.0 = INTEGER: 2
SNMPv2-SMI::enterprises.232.3.2.5.1.1.6.0.1 = INTEGER: 2
SNMPv2-SMI::enterprises.232.3.2.5.1.1.6.0.2 = INTEGER: 2
SNMPv2-SMI::enterprises.232.3.2.5.1.1.6.0.3 = INTEGER: 2
SNMPv2-SMI::enterprises.232.3.2.5.1.1.6.0.4 = INTEGER: 2
SNMPv2-SMI::enterprises.232.3.2.5.1.1.6.0.5 = INTEGER: 2
SNMPv2-SMI::enterprises.232.3.2.5.1.1.6.0.6 = INTEGER: 10
SNMPv2-SMI::enterprises.232.3.2.5.1.1.6.0.7 = INTEGER: 2
./check_hpasm:
CRITICAL - physical drive 0:6 is value_10, System: 'proliant dl360 gen10'
./check_hpasm -v:
physical drive 0:0 is ok
physical drive 0:1 is ok
physical drive 0:2 is ok
physical drive 0:3 is ok
physical drive 0:4 is ok
physical drive 0:5 is ok
physical drive 0:6 is value_10
physical drive 0:7 is ok
Fix:
->
./check_hpasm:
OK - System: 'proliant dl360 gen10'
./check_hpasm -v:
physical drive 0:0 is ok
physical drive 0:1 is ok
physical drive 0:2 is ok
physical drive 0:3 is ok
physical drive 0:4 is ok
physical drive 0:5 is ok
physical drive 0:6 is spare
physical drive 0:7 is ok
The text was updated successfully, but these errors were encountered: