All MIBs › CPQSTSYS-MIB › cpqSs3TempFailed
cpqSs3TempFailed
Module: CPQSTSYS-MIB
OID (symbolic): CPQSTSYS-MIB::cpqSs3TempFailed
OID (numeric): 1.3.6.1.4.1.232.0.8009
Node type: NOTIFICATION-TYPE
Description:
Storage System temperature failure. The agent has detected that a temperature status has been set to failed. The storage system will be shutdown. User Action: Shutdown the storage system as soon as possible. Insure that the storage system environment is being cooled properly and that no components are overheated.
Examples
Send this trap to an SNMP manager — replace <manager> with the IP or hostname of your monitoring server (SNMPv2c):
snmptrap -v2c -c public <manager> '' CPQSTSYS-MIB::cpqSs3TempFailed snmptrap -v2c -c public <manager> '' 1.3.6.1.4.1.232.0.8009
Listen for incoming traps on the manager host (-f keeps it in the foreground, -Lo prints to stdout — useful for testing):
snmptrapd -f -Lo -c /dev/null authCommunity log public
Example snmptrapd log entry:
zoo11-linux.zoo [UDP: [192.168.30.111]:58778->[192.168.30.10]:162]: DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (78574490) 9 days, 2:15:44.90 SNMPv2-MIB::snmpTrapOID.0 = OID: CPQSTSYS-MIB::cpqSs3TempFailed
SNMPv3 example:
snmptrap -v3 -l authPriv -u snmpv3user -a SHA -A "AuthPass1" -x AES -X "PrivPass1" <manager> '' CPQSTSYS-MIB::cpqSs3TempFailed