QUALIX-GROUP-OCTOPUS-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises, IpAddress, Counter, Gauge FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212; -- -- Qualix Group Octopus Mib - originated 12/08/96 -- -- The MIB was developed by P.Q. Technologies for Qualix Group. -- -- -- Last Modification: -- -- 12/08/96 Created by P.Q. Technologies DisplayString ::= OCTET STRING qualixGroup OBJECT IDENTIFIER ::= { enterprises 1676 } products OBJECT IDENTIFIER ::= { qualixGroup 1 } octopus OBJECT IDENTIFIER ::= { products 2 } octopusStatus OBJECT IDENTIFIER ::= { octopus 1 } -- msg Group lastMsgID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The ID of the last message sent by Octopus" ::= { octopusStatus 1 } lastMsgSeverity OBJECT-TYPE SYNTAX INTEGER { success(1), info(2), warning(3), severe(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The severity level of the last message sent by Octopus, Severity levels currently mimic the NT event log levels." ::= { octopusStatus 2 } lastMsg OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The text of the last message sent by Octopus." ::= { octopusStatus 3 } -- Traps -- The enterprise used for for this trap mib is enterprises.qualixGroup.products.octopus octopusMsgReceivedTrap TRAP-TYPE ENTERPRISE octopus VARIABLES { lastMsgID, lastMsgSeverity, lastMsg } DESCRIPTION "A trap was received from the Octopus extension agent on a Windows 95 or NT machine that is running the Octopus data fault tolerance software." ::= 1 END