sysSAlrStatus
RAD-MIB ·
.1.3.6.1.4.1.164.3.3.1.3.8
Object
scalar Enumeration
Indicates the current alarm state only for system level.
This object will be :
- critical(7): when there is at least one active (ON) critical
alarm .
- major (3): when there is no active critical alarm, but there is
at least one active (ON) major alarm .
- minor (4): when there is no active major or critical alarm, but
there is at least one active minor alarm.
- warning (6): when there is no active major, critical or minor alarm, but
there is at least one active warning alarm.
- event (5): when there is no active alarm of another type, but
there is at least one active event alarm.
- off(2): when there is no active (ON) alarm (since last clear operation).
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 'RAD-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-MIB::sysSAlrStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-MIB::sysSAlrStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notApplicable |
2 | off |
3 | on |