minSeverity
MX-PCM-MIB ·
.0.300.1.60010.100
Object
scalar r/w
Enumeration
Minimal Severity of Notification
Sets the minimal severity to issue a notification message
incoming from this service.
* Disable: No notification is issued.
* Debug: All notification messages are issued.
* Info: Notification messages with a 'Informational' and
higher severity are issued.
* Warning: Notification messages with a 'Warning' and higher
severity are issued.
* Error: Notification messages with an 'Error' and higher
severity are issued.
* Critical: Notification messages with a 'Critical' severity
are issued.
Context
- MIB
- MX-PCM-MIB
- OID
.0.300.1.60010.100- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- notificationsGroup
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 'MX-PCM-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-PCM-MIB::minSeverity.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-PCM-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-PCM-MIB::minSeverity'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | disable |
100 | debug |
200 | info |
300 | warning |
400 | error |
500 | critical |