alertLevel
SUNSTORAGEAGENT-NOTIFICATION-MIB ·
.1.3.6.1.4.1.42.2.95.1.3.2
Object
scalar Enumeration
The level of importance of the alert related to failure.
Context
- MIB
- SUNSTORAGEAGENT-NOTIFICATION-MIB
- OID
.1.3.6.1.4.1.42.2.95.1.3.2- Type
- scalar
- Access
- notifyonly
- Status
- current
- Parent
- alertInfoGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUNSTORAGEAGENT-NOTIFICATION-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUNSTORAGEAGENT-NOTIFICATION-MIB::alertLevel.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUNSTORAGEAGENT-NOTIFICATION-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUNSTORAGEAGENT-NOTIFICATION-MIB::alertLevel'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | clear |
1 | minor |
2 | major |
3 | critical |
4 | down |