<html><DIV><FONT face=Verdana color=#0000ff size=2>tried v 2c too - same results - testing walk again still  gives a value of 2 </FONT></DIV>
<DIV><FONT face=Verdana color=#0000ff size=2>UPS-MIB::upsBatteryStatus.0 = INTEGER: batteryNormal(2)</FONT></DIV>
<DIV><FONT face=Verdana color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Verdana color=#0000ff size=2>[root@nagios mibwalk]# snmpget -v 2c -c public 10.1.102.40 SNMPv2-SMI::mib-2.33.1.2.1.0<BR>SNMPv2-SMI::mib-2.33.1.2.1.0 = INTEGER: 1<BR></DIV></FONT>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px"><FONT face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Natalie Aloi [mailto:naloi@experisdatacenters.com]<BR><B>Sent:</B> Friday, April 10, 2009 01:28 PM<BR><B>To:</B> 'Allan Clark', 'Natalie Aloi'<BR><B>Cc:</B> 'Nagios Users Mail-list'<BR><B>Subject:</B> Re: [Nagios-users] trouble w/SNMP<BR><BR></FONT>
<DIV><FONT face=Verdana color=#0000ff size=2><BR>[root@nagios mibwalk]# snmpget -v 1 -c public 10.1.102.40 SNMPv2-SMI::mib-2.33.1.2.1.0<BR>SNMPv2-SMI::mib-2.33.1.2.1.0 = INTEGER: 1<BR>[root@nagios mibwalk]#<BR></FONT></DIV>
<DIV><FONT face=Verdana color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Verdana color=#0000ff size=2>Huh? - weird! why would snmpget give me 1, but walk gives me 2?</DIV></FONT>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px"><FONT face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Allan Clark [mailto:allanc@chickenandporn.com]<BR><B>Sent:</B> Friday, April 10, 2009 01:19 PM<BR><B>To:</B> 'Natalie Aloi'<BR><B>Cc:</B> 'Nagios Users Mail-list'<BR><B>Subject:</B> Re: [Nagios-users] trouble w/SNMP<BR><BR></FONT>On Fri, Apr 10, 2009 at 12:57, Natalie Aloi <SPAN dir=ltr><<A href="mailto:aloi@experisdatacenters.com" target=_blank mce_href="mailto:aloi@experisdatacenters.com">aloi@experisdatacenters.com</A>></SPAN> wrote:<BR>
<DIV class=gmail_quote>
<BLOCKQUOTE class=gmail_quote style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<DIV bgcolor="#ffffff">
<DIV><FONT face=Verdana size=2></FONT></DIV>
<DIV><FONT face=Verdana size=2>I am trying to get something to work in Nagios and my command generates a response of unknown, but the snmpwalk generates a value of 2<BR>I also tried another oid and the values generated are identical for the snmpwalk and the snmpget<BR><BR>(the one for the upsBatteryStatus is the one I am curious about)<BR><BR>[root@nagios mibwalk]# /usr/lib/nagios/plugins/check_snmp -H 10.1.102.40 -C public -o SNMPv2-SMI::mib-2.33.1.2.2.0<BR>SNMP OK - 0 seconds | UPS-MIB::upsSecondsOnBattery.0=0 seconds<BR><BR>[root@nagios mibwalk]# /usr/lib/nagios/plugins/check_snmp -H 10.1.102.40 -C public -o SNMPv2-SMI::mib-2.33.1.2.1.0<BR>SNMP OK - unknown(1) | UPS-MIB::upsBatteryStatus.0=unknown(1)<BR>[root@nagios mibwalk]#<BR><BR>Data from snmpwalk is below:</FONT></DIV>
<DIV><FONT face=Verdana size=2><BR>UPS-MIB::upsBatteryStatus.0 = INTEGER: batteryNormal(2)</FONT></DIV>
<DIV><FONT face=Verdana size=2>UPS-MIB::upsSecondsOnBattery.0 = INTEGER: 0 seconds</FONT></DIV>
<P><FONT face=Verdana size=2></FONT></P></DIV></BLOCKQUOTE>
<DIV><BR><BR>try something like:<BR><BR>       snmpget   -v 1 -c public   <FONT face=Verdana size=2>10.1.102.40   SNMPv2-SMI::mib-2.33.1.2.1.0</FONT><BR><BR>Assuming SNMP-v1; try with "-v 2c" as well, to see which one matches your results.  I don't have a commandline available to check which the snmp command plugin uses, but maybe this will give you an idea whether the snmpwalk differs form the snmpget result, perhaps an avenue to investigate further.<BR><BR>Allan<BR><BR></DIV></DIV>-- <BR><A href="mailto:allanc@chickenandporn.com" target=_blank mce_href="mailto:allanc@chickenandporn.com">allanc@chickenandporn.com</A>  "½ًسم" <A href="http://linkedin.com/in/goldfish" target=_blank mce_href="http://linkedin.com/in/goldfish">http://linkedin.com/in/goldfish</A><BR>please, no proprietary attachments (<A href="http://tinyurl.com/cbgq" target=_blank mce_href="http://tinyurl.com/cbgq">http://tinyurl.com/cbgq</A>)<BR></BLOCKQUOTE></BLOCKQUOTE></html>