syslogFilterSelect
SYSLOG ·
.1.3.6.1.4.1.25651.1.2.3.5.6.3
Object
logging filter selection.
0 - All - send all event messages to remote
1 - Minor - Minor only
2 - Minor, Major and critical
3 - Major only
4 - Major and Critical
5 - Critical only.
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 'SYSLOG' -M '/opt/observium/mibs/exalt:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SYSLOG::syslogFilterSelect.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SYSLOG' -M '/opt/observium/mibs/exalt:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SYSLOG::syslogFilterSelect'
Syntax
- Source
- ExaltCommSyslogFilterSelectT
- Base type
Enumeration
Values & Constraints
Type Values
0 | all |
1 | minor |
2 | minorMajorCritical |
3 | major |
4 | majorCritical |
5 | critical |