SYSLOG-MSG-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: SYSLOG-MSG-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 syslogMsgMib 1.3.6.1.2.1.192
This MIB module represents SYSLOG messages as SNMP objects. Copyright (c) 2009 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info). This version of this MIB module is part of RFC 5676; see the RFC itself for full legal notices.
         syslogMsgNotifications 1.3.6.1.2.1.192.0
             syslogMsgNotification 1.3.6.1.2.1.192.0.1
The syslogMsgNotification is generated when a new SYSLOG message is received and the value of syslogMsgGenerateNotifications is true. Implementations may add syslogMsgSDParamValue objects as long as the resulting notification fits into the size constraints imposed by the implementation environment and the notification message size constraints imposed by maxMessageSize [RFC3412] and SNMP transport mappings.
         syslogMsgObjects 1.3.6.1.2.1.192.1
             syslogMsgControl 1.3.6.1.2.1.192.1.1
                 syslogMsgTableMaxSize 1.3.6.1.2.1.192.1.1.1 unsigned32 read-write
The maximum number of SYSLOG messages that may be held in syslogMsgTable. A particular setting does not guarantee that there is sufficient memory available for the maximum number of table entries indicated by this object. A value of 0 means no fixed limit. If an application reduces the limit while there are SYSLOG messages in the syslogMsgTable, the SYSLOG messages that are in the syslogMsgTable for the longest time MUST be discarded to bring the table down to the new limit. The value of this object should be kept in nonvolatile memory.
                 syslogMsgEnableNotifications 1.3.6.1.2.1.192.1.1.2 truthvalue read-write
Indicates whether syslogMsgNotification notifications are generated. The value of this object should be kept in nonvolatile memory.
             syslogMsgTable 1.3.6.1.2.1.192.1.2 no-access
A table containing recent SYSLOG messages. The size of the table is controlled by the syslogMsgTableMaxSize object.
                 syslogMsgEntry 1.3.6.1.2.1.192.1.2.1 no-access
An entry of the syslogMsgTable.
                     syslogMsgIndex 1.3.6.1.2.1.192.1.2.1.1 unsigned32 no-access
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 the syslogMsgTable for new entries should take into account that a complete rollover of syslogMsgIndex will happen if more than 4294967294 messages are received during a poll interval.
                     syslogMsgFacility 1.3.6.1.2.1.192.1.2.1.2 syslogfacility read-only
The facility of the SYSLOG message.
                     syslogMsgSeverity 1.3.6.1.2.1.192.1.2.1.3 syslogseverity read-only
The severity of the SYSLOG message
                     syslogMsgVersion 1.3.6.1.2.1.192.1.2.1.4 unsigned32 read-only
The version of the SYSLOG message. A value of 0 indicates that the version is unknown.
                     syslogMsgTimeStamp 1.3.6.1.2.1.192.1.2.1.5 syslogtimestamp read-only
The timestamp of the SYSLOG message. A zero-length string is returned if the timestamp is unknown.
                     syslogMsgHostName 1.3.6.1.2.1.192.1.2.1.6 displaystring read-only
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.
                     syslogMsgAppName 1.3.6.1.2.1.192.1.2.1.7 displaystring read-only
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.
                     syslogMsgProcID 1.3.6.1.2.1.192.1.2.1.8 displaystring read-only
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.
                     syslogMsgMsgID 1.3.6.1.2.1.192.1.2.1.9 displaystring read-only
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.
                     syslogMsgSDParams 1.3.6.1.2.1.192.1.2.1.10 unsigned32 read-only
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 receiver to determine whether a notification carried all structured data element parameters of a SYSLOG message.
                     syslogMsgMsg 1.3.6.1.2.1.192.1.2.1.11 octet string read-only
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 imposed by the implementation environment. Such truncations can also happen elsewhere in the SYSLOG forwarding chain. If the first octets contain the value 'EFBBBF'h, then the rest of the message is a UTF-8 string. Since SYSLOG messages may be truncated at arbitrary octet boundaries during forwarding, the message may contain invalid UTF-8 encodings at the end.
             syslogMsgSDTable 1.3.6.1.2.1.192.1.3 no-access
A table containing structured data elements of SYSLOG messages.
                 syslogMsgSDEntry 1.3.6.1.2.1.192.1.3.1 no-access
An entry of the syslogMsgSDTable.
                     syslogMsgSDParamIndex 1.3.6.1.2.1.192.1.3.1.1 unsigned32 no-access
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 index of the previous parameter. The index increases across structured data element boundaries so that the value reflects the position of a structured data element parameter in a SYSLOG message.
                     syslogMsgSDID 1.3.6.1.2.1.192.1.3.1.2 displaystring no-access
The name (SD-ID) of a structured data element. The SYSLOG protocol specification constrains this string to printable US-ASCII code points.
                     syslogMsgSDParamName 1.3.6.1.2.1.192.1.3.1.3 displaystring no-access
The name of a parameter of the structured data element. The SYSLOG protocol specification constrains this string to printable US-ASCII code points.
                     syslogMsgSDParamValue 1.3.6.1.2.1.192.1.3.1.4 syslogparamvaluestring read-only
The value of the parameter of a SYSLOG message identified by the index of this table. The value is stored in the unescaped format.
         syslogMsgConformance 1.3.6.1.2.1.192.2
             syslogMsgGroups 1.3.6.1.2.1.192.2.1
                 syslogMsgNotificationGroup 1.3.6.1.2.1.192.2.1.1
The notifications emitted by this MIB module.
                 syslogMsgGroup 1.3.6.1.2.1.192.2.1.2
A collection of objects representing a SYSLOG message, excluding structured data elements.
                 syslogMsgSDGroup 1.3.6.1.2.1.192.2.1.3
A collection of objects representing the structured data elements of a SYSLOG message.
                 syslogMsgControlGroup 1.3.6.1.2.1.192.2.1.4
A collection of control objects to control the size of the syslogMsgTable and to enable/disable notifications.
             syslogMsgCompliances 1.3.6.1.2.1.192.2.2
                 syslogMsgFullCompliance 1.3.6.1.2.1.192.2.2.1
The compliance statement for implementations of the SYSLOG-MSG-MIB.
                 syslogMsgReadOnlyCompliance 1.3.6.1.2.1.192.2.2.2
The compliance statement for implementations of the SYSLOG-MSG-MIB that do not support read-write access.
                 syslogMsgNotificationCompliance 1.3.6.1.2.1.192.2.2.3
The compliance statement for implementations of the SYSLOG-MSG-MIB that do only generate notifications and do not provide a table to allow read access to SYSLOG message details.