Try walking 1.3.6.1.4.1.1718.3.2.5.1.6 and see what you get. I use windows and use "snmpwalk ipaddress x.x.x.x.x.x.x.x.x" and save the output to a file. Then you will know if there are any targets past the last number (number 6). Everyone assumes it's a zero (as it should be) but that's not always the case....
Example: The OID for bytes used on a Netapp volume is 1.3.6.1.4.1.789.1.5.4.1.4 but I have three volumes and I don't know which is which, so I walk the OID: Syntax = 2 Oid = 1.3.6.1.4.1.789.1.5.4.1.4.1 Value = 1044276 Syntax = 2 Oid = 1.3.6.1.4.1.789.1.5.4.1.4.2 Value = 87804 Syntax = 2 Oid = 1.3.6.1.4.1.789.1.5.4.1.4.3 Value = 23231472 Syntax = 2 Oid = 1.3.6.1.4.1.789.1.5.4.1.4.4 Value = 2288128 Syntax = 2 Oid = 1.3.6.1.4.1.789.1.5.4.1.4.5 Value = 73576584 Syntax = 2 Oid = 1.3.6.1.4.1.789.1.5.4.1.4.6 Value = 26998428 Then I just look for what I'm supposed to be getting and use that. You're looking for temperatures, so bear in mind that you might get tenths of a degree or degrees x 100 or they might be in Celsius or Fahrenheit. Just have an idea of what you're looking for, walk the OID and look for that... Hope that helps. -MannyO -----Original Message----- From: Barakat, Mehmet-Hasan [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 9:55 AM To: '[EMAIL PROTECTED]' Subject: [mrtg] Re: Calling MIBs I did, didn't work. Here is my cfg: WorkDir: /www/htdocs/pxtl/ Options[_]: growright LoadMIBs: /www/htdocs/pxtl/Sentry3.mib Target[temp1]: .1.3.6.1.4.1.1718.3.2.5.1.6&.1.3.6.1.4.1.1718.3.2.5.1.6:[EMAIL PROTECTED] YLegend[temp1]: Temperature Legend1[temp1]: Temperature LegendI[temp1]: LegendO[temp1]: MaxBytes[temp1]: 100 Title[temp1]: Temp Analysis -- Sentry3_100866 PageTop[temp1]: <H1>Temp Analysis -- Sentry3_100866</H1> There isn't much there. What's wrong? -H -----Original Message----- From: Graham King [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 7:03 AM To: 'Barakat, Mehmet-Hasan' Subject: RE: [mrtg] Calling MIBs Try putting an extra ".0" at the end of each OID. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Barakat, Mehmet-Hasan Sent: 11 November 2003 21:58 To: '[EMAIL PROTECTED]' Subject: [mrtg] Calling MIBs Hi, I've gotten bored with just monitoring bandwidth and am trying to plot the temperature and humidity reading off my SNMP-capable PDU in the data center. I have the MIB (it's called Sentry3.mib for a ServerTech PXTL PDU) which I saved to my working directory and called in my global options as LoadMIBs: /www/htdocs/pxtl/Sentry3.mib. ... etc... **************************************************************************** * The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. When addressed to our clients any opinions or advice contained in this email are subject to the terms and conditions expressed in the governing KPMG client engagement letter. **************************************************************************** * -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
