[r...@nagios mibwalk]# snmpget -v 1 -c public 10.1.102.40 
SNMPv2-SMI::mib-2.33.1.2.1.0
SNMPv2-SMI::mib-2.33.1.2.1.0 = INTEGER: 1
[r...@nagios mibwalk]#


Huh? - weird! why would snmpget give me 1, but walk gives me 2?
-----Original Message-----
From: Allan Clark [mailto:all...@chickenandporn.com]
Sent: Friday, April 10, 2009 01:19 PM
To: 'Natalie Aloi'
Cc: 'Nagios Users Mail-list'
Subject: Re: [Nagios-users] trouble w/SNMP

On Fri, Apr 10, 2009 at 12:57, Natalie Aloi <a...@experisdatacenters.com> wrote:

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
I also tried another oid and the values generated are identical for the 
snmpwalk and the snmpget

(the one for the upsBatteryStatus is the one I am curious about)

[r...@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
SNMP OK - 0 seconds | UPS-MIB::upsSecondsOnBattery.0=0 seconds

[r...@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
SNMP OK - unknown(1) | UPS-MIB::upsBatteryStatus.0=unknown(1)
[r...@nagios mibwalk]#

Data from snmpwalk is below:

UPS-MIB::upsBatteryStatus.0 = INTEGER: batteryNormal(2)
UPS-MIB::upsSecondsOnBattery.0 = INTEGER: 0 seconds




try something like:

 snmpget -v 1 -c public 10.1.102.40 SNMPv2-SMI::mib-2.33.1.2.1.0

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.

Allan



--
all...@chickenandporn.com "金鱼" http://linkedin.com/in/goldfish
please, no proprietary attachments (http://tinyurl.com/cbgq)

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Reply via email to