ProLiant Servers (ML,DL,SL)
1824639 Members
4775 Online
109672 Solutions
New Discussion юеВ

Compaq MIB definition

 
David Marshall_1
New Member

Compaq MIB definition

Does anybody know where I can determine what this variable is and where I can amend the setting?

I'm receiving falling and rising messages every other second.

My guess is that it is the processor, but I can see where the
-----------------------
Compaq Threshold Agent: Falling Threshold Passed.
SNMP MIB Variable .1.3.6.1.2.1.2.2.1.19.1 has value 0 <= 0.
Severity: Unknown
Description: None.
Refer to the Compaq MIB for a definition of the variable.
[SNMP TRAP: 10006 in CPQTHRSH.MIB]
3 REPLIES 3
Terrence Holt
Occasional Advisor

Re: Compaq MIB definition

I don't have that .mib but if you look at C:\WINNT\system32\inetsrv\ftp.mib you can figure out how to read the cpq mib.

For example, the totalBytesSent mib is: 311.1.7.2.1.2

ftp.mib:

FTPSERVER-MIB DEFINITIONS ::= BEGIN


IMPORTS
enterprises,
OBJECT-TYPE,
Counter
FROM RFC1155-SMI
internetServer
FROM INTERNETSERVER-MIB;

-- microsoft OBJECT IDENTIFIER ::= { enterprises 311 }
-- software OBJECT IDENTIFIER ::= { microsoft 1 }
-- internetServer OBJECT IDENTIFIER ::= { software 7 }
ftpServer OBJECT IDENTIFIER ::= { internetServer 2 }
ftpStatistics OBJECT IDENTIFIER ::= { ftpServer 1 }

-- FTP Server Statistics

totalBytesSentHighWord OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the high 32-bits of the total number of
of BYTEs sent by the FTP Server"
::= { ftpStatistics 1 }

totalBytesSentLowWord OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This is the low 32-bits of the total number of
of BYTEs sent by the FTP Server"
::= { ftpStatistics 2 }
Jens Baumann_2
Frequent Advisor

Re: Compaq MIB definition

The mibs are on the management CD (the one insight manager is on) under \toolkit\mibs.
Jens Baumann_2
Frequent Advisor

Re: Compaq MIB definition

Apart from that, there's a GREAT page at http://www.alvestrand.no/objectid/ to search for IDs. Yours is covered under http://www.alvestrand.no/objectid/1.3.6.1.2.1.2.2.1.19.html