rlSyslogMinLogToCacheSeverity
HPE-SYSLOG-MIB ·
.1.3.6.1.4.1.11.2.82.2.4
Object
The minimal severity to log to memory cache. Lower severity will not be read from cache. Value notActive indicate this activity is disabled. Note that all events are logged to cache unless its severity is notActive.
Context
- MIB
- HPE-SYSLOG-MIB
- OID
.1.3.6.1.4.1.11.2.82.2.4- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- rlSyslogPrivate
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 'HPE-SYSLOG-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPE-SYSLOG-MIB::rlSyslogMinLogToCacheSeverity.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HPE-SYSLOG-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HPE-SYSLOG-MIB::rlSyslogMinLogToCacheSeverity'
Syntax
- Source
- RlSyslogSeverity
- Base type
Enumeration
Values & Constraints
Type Values
0 | emergency |
1 | alert |
2 | critical |
3 | error |
4 | warning |
5 | notice |
6 | info |
7 | debug |
8 | notActive |