<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.2900.3395" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=929283602-05092008><FONT face=Arial size=2>Hi Paul,</FONT></SPAN></DIV>
<DIV><SPAN class=929283602-05092008><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=929283602-05092008><FONT face=Arial size=2>Aha - we have both found the same. I am referring to your post from:</FONT></SPAN></DIV>
<DIV><SPAN class=929283602-05092008><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=929283602-05092008><FONT face=Arial size=2><A href="http://lists.alioth.debian.org/pipermail/nut-upsdev/2006-November/001344.html">http://lists.alioth.debian.org/pipermail/nut-upsdev/2006-November/001344.html</A></FONT></SPAN></DIV>
<DIV><SPAN class=929283602-05092008><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=929283602-05092008><FONT face=Arial size=2>Looking at the source code the temp value is obtained by querying the following OID:</FONT></SPAN></DIV>
<DIV><SPAN class=929283602-05092008><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=929283602-05092008><FONT face=Arial size=2>#define APCC_OID_IEM_TEMP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ".1.3.6.1.4.1.318.1.1.10.2.3.2.1.4.0"</FONT></SPAN></DIV>
<DIV><SPAN class=929283602-05092008><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=929283602-05092008><FONT face=Arial size=2>notice that the OID ends with .0 (index zero). Well, looking at the snmpwalk below:</FONT></SPAN></DIV>
<DIV><SPAN class=929283602-05092008><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=929283602-05092008><FONT face=Arial size=2>PowerNet-MIB::iemStatusProbeNumber.1 = INTEGER: 1<BR>PowerNet-MIB::iemStatusProbeName.1 = STRING: "Int Sensor"<BR>PowerNet-MIB::iemStatusProbeStatus.1 = INTEGER: connected(2)<BR>PowerNet-MIB::iemStatusProbeCurrentTemp.1 = INTEGER: 32<BR></FONT></SPAN></DIV>
<DIV><SPAN class=929283602-05092008><FONT face=Arial size=2>I see that the index is 1 and not 0, which is why we don't see the temperature probe's values.</FONT></SPAN></DIV>
<DIV><SPAN class=929283602-05092008><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=929283602-05092008><FONT face=Arial size=2>Fixing the underlying problem is much harder. It seems to me that we need to 'walk' the mib structure to find the data. Have you resolved the issue?</FONT></SPAN></DIV>
<DIV><SPAN class=929283602-05092008><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=929283602-05092008><FONT face=Arial size=2>Steffen</FONT></SPAN></DIV>
<DIV id=idOWAReplyText45985 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2></FONT>&nbsp;</DIV></DIV>
<DIV id=idSignature39539 dir=ltr>
<DIV><FONT face=Arial color=#000000 size=2>
<DIV><FONT face=Verdana size=1>________________________________</FONT> </DIV>
<DIV><FONT face=Verdana size=1>Steffen Plotner</FONT> <BR><FONT face=Verdana size=1>Systems Administrator/Programmer</FONT> <BR><FONT face=Verdana size=1>Systems &amp; Networking</FONT> </DIV>
<DIV><FONT face=Verdana size=1>Amherst College</FONT> <BR><FONT face=Verdana size=1>PO BOX 5000</FONT> <BR><FONT face=Verdana size=1>Amherst, MA 01002-5000</FONT> <BR><FONT face=Verdana size=1>Tel (413) 542-2348</FONT> <BR><FONT face=Verdana size=1>Fax (413) 542-2626</FONT> <BR><FONT face=Verdana size=1>Email:<U> </U></FONT><U><FONT face=Verdana color=#0000ff size=1>swplotner@amherst.edu </FONT></U><BR><FONT face=Verdana size=1>________________________________</FONT> </DIV></FONT></DIV></DIV></BODY></HTML>