severity

ThreeParMIB · .1.3.6.1.4.1.12925.1.7.1.2

Object

column Enumeration
Severity of the alert.  The enumeration is borrowed from
Common Information Model (CIM): 0 - fatal: indicates an
error occurred, but it's too late to take any actions; 1 -
critical: an action is needed immediately and scope of the
error is broad; 2 - major: an action is needed, the
situation is serious; 3 - minor: an action is needed, but
the situation is not serious;  4 - degraded/warning: the
user decides whether to take an action; 5 - informational:
indicates state change or status change, but it's not an
error; 6 - debug: information that are logged for later
analysis; 7- clear: indicates that the alert is cleared
either by the system or by an admin marking it acked or fixed,
applicable only if addsnmpmgr -alertclear option is 'nodup'
or 'all'.

Context

MIB
ThreeParMIB
OID
.1.3.6.1.4.1.12925.1.7.1.2
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::severity'
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::severity.<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::severity'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0fatal
1critical
2major
3minor
4degraded
5info
6debug
7clear