VERTICAL-EVENTLOG-MIB

File: VERTICAL-EVENTLOG-MIB.mib (6942 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212
RFC-1215

Imported symbols

Gauge enterprises DisplayString
OBJECT-TYPE TRAP-TYPE

Defined Values

vertical 1.3.6.1.4.1.2338
OBJECT IDENTIFIER    

eventLog 1.3.6.1.4.1.2338.13
OBJECT IDENTIFIER    

eventLogTrapInfoGroup 1.3.6.1.4.1.2338.13.1
OBJECT IDENTIFIER    

lastTrapLogType 1.3.6.1.4.1.2338.13.1.1
This object describes the Log Type of the last Event Log trap reported. The following are valid values: system (1) -> Win NT System Log security (2) -> Win NT Security Log application (3) -> The Application Log unknown (4) -> Unknown Log
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER system(1), security(2), application(3), unknown(4)  

lastTrapEventType 1.3.6.1.4.1.2338.13.1.2
This object describes the Event Type of the last Event Log trap reported. The following are valid values: error (1) -> Error events indicate significant problems that the user should know about. Error events usually indicate a loss of functionality or data. For example, if a service cannot be loaded as the system boots, it can log an error event. warning (2) -> Warning events indicate problems that are not immediately significant, but that may indicate conditions that could cause future problems. For example,an application can logs warning event if disk space is low. information (3) -> Information events indicate infrequent but significant successful operations. audit-success (4) -> Success audit events are security events that occur when an audited access attempt is successful. For example, a successful logon attempt is a success audit event. audit-fail (5) -> Failure audit events are security events that occur when an audited access attempt fails. For example, a failed attempt to open a file is a failure audit event. unknown (6) -> Indicates an event type other than those described above.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER error(1), warning(2), information(3), audit-success(4), audit-fail(5), unknown(6)  

lastTrapInfoString 1.3.6.1.4.1.2338.13.1.3
This object describes,in more detail,the last Event Log Trap event that occured.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..512)  

eventLog-FailedToStartSTD 53
This notification is sent when an attempt to start the Self Start Daemon fails.
TRAP-TYPE    

eventLog-FailedToStopSTD 54
This notification is sent when an attempt to stop the Self Start Daemon fails.
TRAP-TYPE    

eventLog-CannotCreateUserTracePipe 55
This notification is sent when an attempt to create the User Trace request pipe fails.
TRAP-TYPE    

eventLog-CannotConnectUserTracePipe 56
This notification is sent when an attempt to connect to the User Trace request pipe fails.
TRAP-TYPE    

eventLog-VoiceMailDiskIsFull 57
This notification is sent when the Voice Mail disk capacity is reached.
TRAP-TYPE    

eventLog-SystemDiskIsFull 58
This notification is sent when the specific disk capacity is reached.
TRAP-TYPE    

eventLog-SecurityError 59
This notification is sent when a failure audit event occurs, i.e. an audited access attempt fails. For example, a failed attempt to open a file is a failure audit event.
TRAP-TYPE    

eventLog-SecuritySuccess 60
This notification is sent when a success audit event occurs, i.e. when an audited access attempt is successful. For example, a successful logon attempt is a success audit event.
TRAP-TYPE    

eventLog-GenericEventLogTrap 61
This notification is sent whenever an error or warning event is written to the Event Log. More information about this event (i.e. which log - system, app or security, as well as which event type - error, warning or audit,etc) can be found from the trap data.
TRAP-TYPE