Novell-NSMGauges-Alarm-MIB DEFINITIONS ::= BEGIN IMPORTS DisplayString, enterprises FROM RFC1155-SMI sysLocation FROM RFC1213-MIB -- osName -- FROM Novell-NetExplorerPlus-MIB OBJECT-TYPE FROM RFC-1212 TRAP-TYPE FROM RFC-1215; -- Note the old NW2SNMP MIB has been split into two separate mibs, -- the new NW2SNMP MIB, traps generated by the NSM gauges -- the NMAV1 MIB, traps generated by NMA v1.0 -- no object id's have changed, nothing has been added, the mibs -- have been split because whats now in NMAV1 has been obsoleted -- by the new NWALARM mib, which defines the traps for NMA v1.5 -- -- If you are running: -- NMAv1.0 use NW2SNMP, NMAV1 -- NMAv1.5 use NW2SNMP, NWALARM -- NMAv1.0 & NMAv1.5 use NW2SNMP, NMAV1, NWALARM -- Oct 25, 1994 -- Moved the four translator traps: 3, 4, 59 and 60 from NNAV1.MIB -- These should have been moved in the original split. -- Added definition for osName from the now obsolete -- Novell-NetExplorerPlus-MIB (NXPPLUS.MIB) -- so that it no longer needs to be there for this MIB to compile novell OBJECT IDENTIFIER ::= { enterprises 23 } mibDoc OBJECT IDENTIFIER ::= { novell 2 } nmav1-mib OBJECT IDENTIFIER ::= { mibDoc 8 } trapInfo OBJECT IDENTIFIER ::= { nmav1-mib 1 } -- -- Begin extraction from Novell-NetExplorerPlus-MIB (NXPPLUS.MIB) -- nxpplus-mib OBJECT IDENTIFIER ::= { mibDoc 3 } os OBJECT IDENTIFIER ::= { nxpplus-mib 2 } osName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..48)) ACCESS read-only STATUS mandatory DESCRIPTION "This is the NetWare server name." ::= { os 4 } -- -- End extraction from Novell-NetExplorerPlus-MIB (NXPPLUS.MIB) -- -- the trapInfo group tiTrapTime OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS deprecated DESCRIPTION "The number of seconds since midnight January 1, 1970 GMT." ::= { trapInfo 25 } tiEventValue OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS deprecated DESCRIPTION "For most Traps, tiEventValue is the Event Count, Event Count represents the number of time the event has occured. For the following Traps, tiEventValue has other meannings: Traps tiEventValue ------------------------------------------------------------------------------------- serverUp the number of seconds since server started. fileOpenXover the number of opened files. connectionXover the number of connections. loggedInXover the number of logged in connections. transactionXover the number of transactions. fileLockXover the number of file locks. recLockXover the number of record locks. cacheXover the number of cache buffers. pktRcvBufXover the number of packet received buffers." ::= { trapInfo 26 } tiEventSeverity OBJECT-TYPE SYNTAX INTEGER { critical(1), major(2), minor(3), waring(4), statusInfo(5), unknown(6) } ACCESS not-accessible STATUS deprecated DESCRIPTION "the trap's saverity." ::= { trapInfo 27 } tiErrDescrp OBJECT-TYPE SYNTAX DisplayString ( SIZE (0..80) ) ACCESS not-accessible STATUS deprecated DESCRIPTION "This is a description of the error that causes the TranslatorError traps to be generated." ::= { trapInfo 29 } tiAbortDescrp OBJECT-TYPE SYNTAX DisplayString (SIZE( 0..80)) ACCESS not-accessible STATUS deprecated DESCRIPTION "This is a description of the error that causes the TranslatorAbort trap to be generated." ::= { trapInfo 30 } translatorUp TRAP-TYPE ENTERPRISE nmav1-mib VARIABLES { osName, sysLocation, tiTrapTime, tiEventValue, tiEventSeverity } DESCRIPTION "The Netware to SNMP translator NLM is up." --#TYPE "NW2SNMP NLM up" --#SUMMARY "NW2SNMP NLM up on %s" --#ARGUMENTS {0} --#SEVERITY INFORMATIONAL --#TIMEINDEX 2 --#HELP "nms.hlp" --#HELPTAG 64587 --#STATE OPERATIONAL ::= 3 translatorDown TRAP-TYPE ENTERPRISE nmav1-mib VARIABLES { osName, sysLocation, tiTrapTime, tiEventValue, tiEventSeverity } DESCRIPTION "The Netware to SNMP translator NLM is going down." --#TYPE "NW2SNMP NLM down" --#SUMMARY "NW2SNMP NLM going down on %s" --#ARGUMENTS {0} --#SEVERITY MINOR --#TIMEINDEX 2 --#HELP "nms.hlp" --#HELPTAG 64588 --#STATE OPERATIONAL ::= 4 -- NetWare Threshold Crossover Event (Traps 49 - 56 ) openFileXover TRAP-TYPE ENTERPRISE nmav1-mib VARIABLES { osName, sysLocation, tiTrapTime, tiEventValue, tiEventSeverity } DESCRIPTION "" --#TYPE "Open files threshold exceeded" --#SUMMARY "Current number of open files is %d on %s" --#ARGUMENTS { 3,0} --#SEVERITY MINOR --#TIMEINDEX 2 --#HELP "nms.hlp" --#HELPTAG 64580 --#STATE OPERATIONAL ::= 49 connectionXover TRAP-TYPE ENTERPRISE nmav1-mib VARIABLES { osName, sysLocation, tiTrapTime, tiEventValue, tiEventSeverity } DESCRIPTION "" --#TYPE "Connections threshold exceeded" --#SUMMARY "Current number of open connections is %d on %s" --#ARGUMENTS {3,0 } --#SEVERITY MINOR --#TIMEINDEX 2 --#HELP "nms.hlp" --#HELPTAG 64540 --#STATE OPERATIONAL ::= 50 loggedInXover TRAP-TYPE ENTERPRISE nmav1-mib VARIABLES { osName, sysLocation, tiTrapTime, tiEventValue, tiEventSeverity } DESCRIPTION "" --#TYPE "Logged-in users threshold exceeded" --#SUMMARY "Current number of logged in connections is %d on %s" --#ARGUMENTS { 3,0} --#SEVERITY MAJOR --#TIMEINDEX 2 --#HELP "nms.hlp" --#HELPTAG 64564 --#STATE OPERATIONAL ::= 51 transactionXover TRAP-TYPE ENTERPRISE nmav1-mib VARIABLES { osName, sysLocation, tiTrapTime, tiEventValue, tiEventSeverity } DESCRIPTION "" --#TYPE "Current transactions threshold exceeded" --#SUMMARY "Current number of transactions is %d on %s" --#ARGUMENTS { 3,0} --#SEVERITY MINOR --#TIMEINDEX 2 --#HELP "nms.hlp" --#HELPTAG 64542 --#STATE OPERATIONAL ::= 52 fileLockXover TRAP-TYPE ENTERPRISE nmav1-mib VARIABLES { osName, sysLocation, tiTrapTime, tiEventValue, tiEventSeverity } DESCRIPTION "" --#TYPE "File locks threshold exceeded" --#SUMMARY "Current number of file locks is %d on %s" --#ARGUMENTS { 3,0} --#SEVERITY MINOR --#TIMEINDEX 2 --#HELP "nms.hlp" --#HELPTAG 64556 --#STATE OPERATIONAL ::= 53 recLockXover TRAP-TYPE ENTERPRISE nmav1-mib VARIABLES { osName, sysLocation, tiTrapTime, tiEventValue, tiEventSeverity } DESCRIPTION "" --#TYPE "Record locks threshold exceeded" --#SUMMARY "Current number of record locks is %d on %s" --#ARGUMENTS { 3,0} --#SEVERITY MINOR --#TIMEINDEX 2 --#HELP "nms.hlp" --#HELPTAG 64606 --#STATE OPERATIONAL ::= 54 cacheXover TRAP-TYPE ENTERPRISE nmav1-mib VARIABLES { osName, sysLocation, tiTrapTime, tiEventValue, tiEventSeverity } DESCRIPTION "" --#TYPE "File caches threshold exceeded" --#SUMMARY "Current number of cache buffers is %d on %s" --#ARGUMENTS { 3,0 } --#SEVERITY MINOR --#TIMEINDEX 2 --#HELP "nms.hlp" --#HELPTAG 64541 --#STATE OPERATIONAL ::= 55 pktRcvBufXover TRAP-TYPE ENTERPRISE nmav1-mib VARIABLES { osName, sysLocation, tiTrapTime, tiEventValue, tiEventSeverity } DESCRIPTION "" --#TYPE "Pkt receive buffers threshold exceeded" --#SUMMARY "Current number of packet receive buffers is %d on %s" --#ARGUMENTS {3,0} --#SEVERITY MAJOR --#TIMEINDEX 2 --#HELP "nms.hlp" --#HELPTAG 64582 --#STATE OPERATIONAL ::= 56 translatorError TRAP-TYPE ENTERPRISE nmav1-mib VARIABLES { osName, sysLocation, tiTrapTime, tiEventValue, tiEventSeverity, tiErrDescrp } DESCRIPTION "The Translator NLM has encountered errors, the tiErrDescrp describes the cause of the error. The Translator is operational but may not be able to provide SNMP services correctly." --#TYPE "NW2SNMP error" --#SUMMARY "%s NW2SNMP msg: %s" --#ARGUMENTS { 0, 5 } --#SEVERITY INFORMATIONAL --#TIMEINDEX 2 --#HELP "nms.hlp" --#HELPTAG 64578 --#STATE OPERATIONAL ::= 59 translatorAbort TRAP-TYPE ENTERPRISE nmav1-mib VARIABLES { osName, sysLocation, tiTrapTime, tiEventValue, tiEventSeverity, tiAbortDescrp } DESCRIPTION "The Translator NLM has encountered unrecoverable errors, Translator is going down. This traps indicates severe problems has occurred on the server and the Translator is unable to continue. The server may or may not be operational. The iAbortDescrp provides more information about the situation." --#TYPE "NW2SNMP terminating" --#SUMMARY "%s NW2SNMP going down due to %s" --#ARGUMENTS { 0, 5 } --#SEVERITY CRITICAL --#TIMEINDEX 2 --#HELP "nms.hlp" --#HELPTAG 64579 --#STATE NONOPERATIONAL ::= 60 END