-- manageX SNmP management Information Base -- Copyright (C) 1997 NuView Inc. ManageX-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises FROM RFC1155-SMI OBJECT-TYPE FROM RFC1155-SMI DisplayString FROM RFC1213-MIB; manageX OBJECT IDENTIFIER ::= { enterprises 2427 } -- ManageX events. (e.g., forwarded console Messages) mxEvent OBJECT IDENTIFIER ::= { manageX 1 } -- ManageX event attributes. mxEventCategory OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The category of event. Usually is 'None' for forwarded NT event log Messages, or one of 'START', 'STOP', 'INSTALL', 'UNINSTALL', etc. for forwarded console Messages." ::= { mxEvent 1 } mxEventCoMputer OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The coMputer where the event occured. In the case of forwarded console Messages, this is the coMputer which sent the Message in the first place while, for event log Messages, it is the coMputer whose event log contains the original event log Message." ::= { mxEvent 2 } mxEventDescription OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The forMatted description of the event." ::= { mxEvent 3 } mxEventEventId OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The event ID for the event, converted to a deciMal string representation." ::= { mxEvent 4 } mxEventIdentifier OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The unique identifier the event, converted to a deciMal string representation. This is a tracking nuMber for console Messages or the actual event Message nuMber for NT event log Messages." ::= { mxEvent 5 } mxEventOriginalTiMe OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The original date and tiMe of the event as a localized textual representation (in the sender's language and tiMe zone." ::= { mxEvent 6 } mxEventRawDescription OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Raw event description, before paraMeter strings were inserted in the Message." ::= { mxEvent 7 } mxEventReceiveCoMputer OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The coMputer where the event was processed. For console Messages, this is the coMputer which received the Message. For event log Messages, this is the naMe of the coMputer whose event log contained the Message." ::= { mxEvent 8 } mxEventReceiveSource OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Identifies where the Message caMe froM. One of: 'Application', 'Security', 'SysteM' for Windows NT event logs or 'NuView\Console' for the console Messages." ::= { mxEvent 9 } mxEventReceiveTiMe OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The date and tiMe when the event was retrieved froM the log or console as a localized textual representation (in the sender's language and tiMe zone." ::= { mxEvent 10 } mxEventSource OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The source field froM the event log Message or console Message that triggered this event." ::= { mxEvent 11 } mxEventStringCount OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The nuMber of paraMeter strings present in this event." ::= { mxEvent 12 } mxEventType OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The type of event. Valid types are '1' for inforMational Messages, '2' for warnings, '4' for errors, '8' for security audit successes, and '16' for security audit failures." ::= { mxEvent 13 } mxEventUserNaMe OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The user naMe associated with the console Message or event log Message that triggered this event." ::= { mxEvent 14 } mxEventUserSupplied OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "An user-supplied Message associated with the trap. This is the Message entered by the user in the user-interface SNMP trap editor." ::= { mxEvent 15 } -- *** Add new event fields here. *** -- Event paraMeter strings. mxEventStrings OBJECT IDENTIFIER ::= { mxEvent 100 } mxEventString1 OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Event paraMeter string 1." ::= { mxEventStrings 1 } mxEventString2 OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Event paraMeter string 2." ::= { mxEventStrings 2 } mxEventString3 OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Event paraMeter string 3." ::= { mxEventStrings 3 } mxEventString4 OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Event paraMeter string 4." ::= { mxEventStrings 4 } mxEventString5 OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Event paraMeter string 5." ::= { mxEventStrings 5 } mxEventString6 OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Event paraMeter string 6." ::= { mxEventStrings 6 } mxEventString7 OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Event paraMeter string 7." ::= { mxEventStrings 7 } mxEventString8 OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Event paraMeter string 8." ::= { mxEventStrings 8 } mxEventString9 OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Event paraMeter string 9." ::= { mxEventStrings 9 } mxEventString10 OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Event paraMeter string 10." ::= { mxEventStrings 10 } -- Trap Definitions eventForwarded TRAP-TYPE ENTERPRISE manageX DESCRIPTION "Generic SNMP trap generated by ManageX applications and services." ::= 1 END