svrThrAlarmState
SVRMGT-MIB ·
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.11
Object
column mandatory
Enumeration
Whether this alarm is currently set or reset. This variable
is used by polling management applications to determine if
a threshold exception state has been detected based on this
alarm definition.
It will initially have a value of reset when the alarm is
enabled.
For state change rules look at the definition for svrThrAlarmType.
In all cases, this value will reset on svrThrStatus change to
rowDisabled or rowInvalid. The default value on row creation is
reset.
Context
- MIB
- SVRMGT-MIB
- OID
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.11- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- svrThresholdEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SVRMGT-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SVRMGT-MIB::svrThrAlarmState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SVRMGT-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SVRMGT-MIB::svrThrAlarmState.<svrThrIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SVRMGT-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SVRMGT-MIB::svrThrAlarmState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | set |
2 | reset |