BYTESPHERE-EVENTLOG-MIB

File: BYTESPHERE-EVENTLOG-MIB.mib (11556 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
BYTESPHERE-SMI SYSLOG-TC-MIB

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
Integer32 Counter32 TEXTUAL-CONVENTION
DisplayString TimeStamp TruthValue
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
bytesphereMgmt SyslogSeverity

Defined Types

EventSeverity  
The severity of a ByteSphere message. 'none': : may also be interpreted as a clear 'info' : informational messages 'warning' : warning conditions 'minor' : minor event occurred 'major' : error conditions 'critical' : critical conditions
TEXTUAL-CONVENTION    
  INTEGER none(0), info(1), warning(2), minor(3), major(4), critical(5)  

EventLogEntry  
SEQUENCE    
  eventLogIndex Integer32
  eventLogOrigin DisplayString
  eventLogOriginID Integer32
  eventLogObject DisplayString
  eventLogObjectID DisplayString
  eventLogObjectType DisplayString
  eventLogObjectClass DisplayString
  eventLogSeverity EventSeverity
  eventLogEventName DisplayString
  eventLogEventText DisplayString
  eventLogTimestamp TimeStamp

Defined Values

bytesphereEventLogMib 1.3.6.1.4.1.7013.1.1
The MIB module to describe the system messages generated by BYTESPHERE applications.
MODULE-IDENTITY    

bytesphereEventLogMibObjects 1.3.6.1.4.1.7013.1.1.1
OBJECT IDENTIFIER    

eventLogInfo 1.3.6.1.4.1.7013.1.1.1.1
OBJECT IDENTIFIER    

eventLogMessages 1.3.6.1.4.1.7013.1.1.1.2
OBJECT IDENTIFIER    

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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

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.
Status: current Access: read-write
OBJECT-TYPE    
  SyslogSeverity  

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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..10000  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eventLogTable 1.3.6.1.4.1.7013.1.1.1.2.3
A table of EVENTLOG messages generated by this device. All 'interesting' EVENTLOG messages (i.e. severity >= eventLogMibMinSeverity ) are entered into this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EventLogEntry

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.
Status: current Access: not-accessible
OBJECT-TYPE    
  EventLogEntry  

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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

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)'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

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'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

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'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..255)  

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'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..255)  

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'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..255)  

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'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..255)  

eventLogSeverity 1.3.6.1.4.1.7013.1.1.1.2.3.1.8
The severity of the message.
Status: current Access: read-only
OBJECT-TYPE    
  EventSeverity  

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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..30)  

eventLogEventText 1.3.6.1.4.1.7013.1.1.1.2.3.1.10
The text of the message.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..2056)  

eventLogTimestamp 1.3.6.1.4.1.7013.1.1.1.2.3.1.11
The value of sysUpTime when this message was generated.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

bytesphereEventLogMibNotificationPrefix 1.3.6.1.4.1.7013.1.1.2
OBJECT IDENTIFIER    

bytesphereEventLogMibNotifications 1.3.6.1.4.1.7013.1.1.2.0
OBJECT IDENTIFIER    

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.
Status: current Access: read-only
NOTIFICATION-TYPE