BYTESPHERE-EVENTLOG-MIB: View SNMP OID List / Download MIB

VENDOR: BYTESPHERE LLC


 Home MIB: BYTESPHERE-EVENTLOG-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
 bytesphereEventLogMib 1.3.6.1.4.1.7013.1.1
The MIB module to describe the system messages generated by BYTESPHERE applications.
     bytesphereEventLogMibObjects 1.3.6.1.4.1.7013.1.1.1
         eventLogInfo 1.3.6.1.4.1.7013.1.1.1.1
             eventLogMibNotificationsSent 1.3.6.1.4.1.7013.1.1.1.1.1
The number of event notifications that have been sent. This number may include notifications that were prevented from being transmitted due to reasons such as resource limitations and/or non-connectivity. If one is receiving notifications, one can periodically poll this object to determine if any notifications were missed. If so, a poll of the eventLogTable might be appropriate.
             eventLogMibNotificationsEnabled 1.3.6.1.4.1.7013.1.1.1.1.2
Indicates whether event log notifications will or will not be sent when an event message is generated by the device. Disabling notifications does not prevent event messages from being added to the eventLogTable.
             eventLogMibMinSeverity 1.3.6.1.4.1.7013.1.1.1.1.3
Indicates which event severity levels will be processed. Any event message with a severity value lesser than this value will be ignored by the agent.
         eventLogMessages 1.3.6.1.4.1.7013.1.1.1.2
             eventLogTableMaxLength 1.3.6.1.4.1.7013.1.1.1.2.1
The upper limit on the number of entries that the eventLogTable may contain. A value of 0 will prevent any events from being retained. When this table is full, the oldest entry will be deleted and a new one will be created.
             eventLogTableEventsFlushed 1.3.6.1.4.1.7013.1.1.1.2.2
The number of entries that have been removed from the eventLogTable in order to make room for new entries. This object can be utilized to determine whether your polling frequency on the event table is fast enough and/or the size of your event table is large enough such that you are not missing messages.
             eventLogTable 1.3.6.1.4.1.7013.1.1.1.2.3
= eventLogMibMinSeverity ) are entered into this table.
                 eventLogEntry 1.3.6.1.4.1.7013.1.1.1.2.3.1
A EVENTLOG message that was previously generated by this device. Each entry is indexed by a message index.
                     eventLogIndex 1.3.6.1.4.1.7013.1.1.1.2.3.1.1
A monotonically increasing integer for the sole purpose of indexing messages. When it reaches the maximum value the agent flushes the table and wraps the value back to 1.
                     eventLogOrigin 1.3.6.1.4.1.7013.1.1.1.2.3.1.2
Name of the engine that generated this message. For example: hostname (ipaddress).
                     eventLogOriginID 1.3.6.1.4.1.7013.1.1.1.2.3.1.3
Internal ID of the facility that generated this message. For example: 1.
                     eventLogObject 1.3.6.1.4.1.7013.1.1.1.2.3.1.4
Name of the subject this message is about. For example: sysname-port-ethernet-1.
                     eventLogObjectID 1.3.6.1.4.1.7013.1.1.1.2.3.1.5
Internal name of the object this message is about. For example: 1022.
                     eventLogObjectType 1.3.6.1.4.1.7013.1.1.1.2.3.1.6
Type of object this message is about. For example: snmp-mib2-if.
                     eventLogObjectClass 1.3.6.1.4.1.7013.1.1.1.2.3.1.7
Class of the object this message is about. For example: MonitorType.
                     eventLogSeverity 1.3.6.1.4.1.7013.1.1.1.2.3.1.8
The severity of the message.
                     eventLogEventName 1.3.6.1.4.1.7013.1.1.1.2.3.1.9
A textual identification for the message type. A facility name in conjunction with a message name uniquely identifies a message type.
                     eventLogEventText 1.3.6.1.4.1.7013.1.1.1.2.3.1.10
The text of the message.
                     eventLogTimestamp 1.3.6.1.4.1.7013.1.1.1.2.3.1.11
The value of sysUpTime when this message was generated.
     bytesphereEventLogMibNotificationPrefix 1.3.6.1.4.1.7013.1.1.2
         bytesphereEventLogMibNotifications 1.3.6.1.4.1.7013.1.1.2.0
             eventGenerated 1.3.6.1.4.1.7013.1.1.2.0.1
When a EVENTLOG message is generated by the device a eventGenerated notification is sent. The sending of these notifications can be enabled/disabled via the eventLogMibNotificationsEnabled object.