All MIBs › CPQSINFO-MIB › cpqSiHoodRemoved
cpqSiHoodRemoved
Module: CPQSINFO-MIB
OID (symbolic): CPQSINFO-MIB::cpqSiHoodRemoved
OID (numeric): 1.3.6.1.4.1.232.0.2001
Node type: NOTIFICATION-TYPE
Description:
System hood is removed. The hood status has been set to removed. The system's hood is not in a properly installed state. This situation may result in improper cooling of the system due to air flow changes caused by the missing hood. User Action: Replace the cover (hood), ensure the system's cover is properly installed. Verify the system is in working order.
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> '' CPQSINFO-MIB::cpqSiHoodRemoved snmptrap -v2c -c public <manager> '' 1.3.6.1.4.1.232.0.2001
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]:52684->[192.168.30.10]:162]: DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (492168140) 56 days, 23:08:01.40 SNMPv2-MIB::snmpTrapOID.0 = OID: CPQSINFO-MIB::cpqSiHoodRemoved
SNMPv3 example:
snmptrap -v3 -l authPriv -u snmpv3user -a SHA -A "AuthPass1" -x AES -X "PrivPass1" <manager> '' CPQSINFO-MIB::cpqSiHoodRemoved