wosAlertSeverity
DDN-WOS-MIB ·
.1.3.6.1.4.1.6894.4.1.1.3.1.1.2
Object
column WosSeverityLevel
Severity of the alert.
emergency: A panic condition
- notify all tech staff on call.
alert: Should be corrected immediately
- notify staff who can fix the problem
- e.g. drive down alert.
critical: Should be corrected immediately. Indicates failure in a primary system
- fix CRITICAL problems before ALERT
error: Non-urgent failures
- these should be relayed to developers or admins
- each item must be resolved within a given time.
warning: Warning messages
- not an error, but indication that an error will occur if action is not taken
- e.g. cluster capacity is 70% used
- each item must be resolved within a given time.
notice: Events that are unusual but not error conditions
- might be summarized in an email to developers or admins to spot potential problems
- no immediate action required.
informational: Normal operational messages
- may be harvested for reporting, measuring throughput, etc
- no action required.
debug: Info useful to developers for debugging the application
- not useful during operations.
Context
- MIB
- DDN-WOS-MIB
- OID
.1.3.6.1.4.1.6894.4.1.1.3.1.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- wosAlertEntry
- Groups
- 1
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 'DDN-WOS-MIB' -M '/opt/observium/mibs/ddn:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DDN-WOS-MIB::wosAlertSeverity'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DDN-WOS-MIB' -M '/opt/observium/mibs/ddn:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DDN-WOS-MIB::wosAlertSeverity.<wosAlertIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DDN-WOS-MIB' -M '/opt/observium/mibs/ddn:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DDN-WOS-MIB::wosAlertSeverity'
Syntax
- Source
- WosSeverityLevel
- Base type
Enumeration
Values & Constraints
Type Values
1 | emergency |
2 | alert |
3 | critical |
4 | error |
5 | warning |
6 | notice |
7 | informational |
8 | debug |
Conformance
Member of