SYSLOG-MSG-MIB Table View
Table-centric layout grouping table, row, and column objects.
Tables
2
Rows
2
Columns
15
syslogMsgTable
table.1.3.6.1.2.1.192.1.2
·
1 row entry
·
11 columns
Uses the rfc variant from
Command help
/opt/observium/mibs/rfc.
Walk syslogMsgTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SYSLOG-MSG-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SYSLOG-MSG-MIB::syslogMsgTable'
A table containing recent SYSLOG messages. The size of the table is controlled by the syslogMsgTableMaxSize object.
An entry of the syslogMsgTable.
Indexes
| Column | Syntax | OID | ||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
A monotonically increasing number used to identify entries in
the syslogMsgTable. When syslogMsgIndex reaches the maximum value (4294967295), the value wraps back to 1. Applications periodically polling … |
Unsigned32 Constraints: range: 1-4294967295 |
.1.3.6.1.2.1.192.1.2.1.1 |
||||||||||||||||||||||||||||||||||||||||||||||||
|
The facility of the SYSLOG message.
|
SYSLOG-TC-MIBSyslogFacility Type Values:
|
.1.3.6.1.2.1.192.1.2.1.2 |
||||||||||||||||||||||||||||||||||||||||||||||||
|
The severity of the SYSLOG message
|
SYSLOG-TC-MIBSyslogSeverity Type Values:
|
.1.3.6.1.2.1.192.1.2.1.3 |
||||||||||||||||||||||||||||||||||||||||||||||||
|
The version of the SYSLOG message. A value of 0 indicates
that the version is unknown. |
Unsigned32 Constraints: range: 0-999 |
.1.3.6.1.2.1.192.1.2.1.4 |
||||||||||||||||||||||||||||||||||||||||||||||||
|
The timestamp of the SYSLOG message. A zero-length
string is returned if the timestamp is unknown. |
SyslogTimeStamp Type Constraints: range: 0range: 10range: 13 |
.1.3.6.1.2.1.192.1.2.1.5 |
||||||||||||||||||||||||||||||||||||||||||||||||
|
The hostname and the (optional) domain name of the SYSLOG
message. A zero-length string indicates an unknown hostname. The SYSLOG protocol specification constrains this string to printable US-ASCII code points. |
OctetString Constraints: range: 0-255 |
.1.3.6.1.2.1.192.1.2.1.6 |
||||||||||||||||||||||||||||||||||||||||||||||||
|
The app-name of the SYSLOG message. A zero-length string
indicates an unknown app-name. The SYSLOG protocol specification constrains this string to printable US-ASCII code points. |
OctetString Constraints: range: 0-48 |
.1.3.6.1.2.1.192.1.2.1.7 |
||||||||||||||||||||||||||||||||||||||||||||||||
|
The procid of the SYSLOG message. A zero-length string
indicates an unknown procid. The SYSLOG protocol specification constrains this string to printable US-ASCII code points. |
OctetString Constraints: range: 0-128 |
.1.3.6.1.2.1.192.1.2.1.8 |
||||||||||||||||||||||||||||||||||||||||||||||||
|
The msgid of the SYSLOG message. A zero-length string
indicates an unknown msgid. The SYSLOG protocol specification constrains this string to printable US-ASCII code points. |
OctetString Constraints: range: 0-32 |
.1.3.6.1.2.1.192.1.2.1.9 |
||||||||||||||||||||||||||||||||||||||||||||||||
|
The total number of structured data element parameters
carried in the SYSLOG message. This number effectively indicates the number of entries in the syslogMsgSDTable. It can be used, for example, by a notification rece… |
SNMPv2-SMIUnsigned32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.2.1.192.1.2.1.10 |
||||||||||||||||||||||||||||||||||||||||||||||||
|
The message part of the SYSLOG message. The syntax does not
impose a size restriction. Implementations of this MIB module may truncate the message part of the SYSLOG message such that it fits into the size constraints… |
OctetString | .1.3.6.1.2.1.192.1.2.1.11 |
syslogMsgSDTable
table.1.3.6.1.2.1.192.1.3
·
1 row entry
·
4 columns
Uses the rfc variant from
Command help
/opt/observium/mibs/rfc.
Walk syslogMsgSDTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SYSLOG-MSG-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SYSLOG-MSG-MIB::syslogMsgSDTable'
A table containing structured data elements of SYSLOG messages.
An entry of the syslogMsgSDTable.
| Column | Syntax | OID |
|---|---|---|
|
This object indexes the structured data element parameters
contained in a SYSLOG message. The first structured data element parameter has the index value 1, and subsequent parameters are indexed by incrementing the ind… |
Unsigned32 Constraints: range: 1-4294967295 |
.1.3.6.1.2.1.192.1.3.1.1 |
|
The name (SD-ID) of a structured data element. The SYSLOG
protocol specification constrains this string to printable US-ASCII code points. |
OctetString Constraints: range: 1-32 |
.1.3.6.1.2.1.192.1.3.1.2 |
|
The name of a parameter of the structured data element. The
SYSLOG protocol specification constrains this string to printable US-ASCII code points. |
OctetString Constraints: range: 1-32 |
.1.3.6.1.2.1.192.1.3.1.3 |
|
The value of the parameter of a SYSLOG message identified by
the index of this table. The value is stored in the unescaped format. |
SyslogParamValueString | .1.3.6.1.2.1.192.1.3.1.4 |