state

ThreeParMIB · .1.3.6.1.4.1.12925.1.7.1.9

Object

column Enumeration
This provides information about the state of the alert.
new - new alert generated by the system
acknowledged - an administrator has acknowledged the alert but may
               or may not have fixed it, depending on whether remedial
               action is necessary
fixed - remedial action has been taken to fix the alert condition
removed - the alert has been removed
autofixed - the system has taken action to automatically resolve
            the alert condition.

Context

MIB
ThreeParMIB
OID
.1.3.6.1.4.1.12925.1.7.1.9
Type
column
Access
readonly
Status
current
Parent
alertEntry
Groups
2

Walk 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 'ThreeParMIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ThreeParMIB::state'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ThreeParMIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ThreeParMIB::state.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ThreeParMIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ThreeParMIB::state'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0undefined
1new
2acknowledged
3fixed
4removed
5autofixed