Hello all

I try to make snmp agent for use via pass option. I use net-snmp-5.2 from
development branch of RedHat FC3.

But i have one problem - when i insert 

pass .1.3.6.1.4.1.11821 /usr/local/dozor/smap/bin/monitor-snmp

into snmpd.conf and restart agent, then i always get:
DOZOR-MIB::dozorTmpDirFree = No Such Object available on this agent at this OID

on command:
snmpget -c public -v 2c localhost .1.3.6.1.4.1.11821.12.3.3

when i run my script manually, then all works fine

ott> /usr/local/dozor/smap/bin/monitor-snmp -g .1.3.6.1.4.1.11821.12.3.3
.1.3.6.1.4.1.11821.12.3.3
integer
662

I try to use simple script like this:

#!/bin/sh
echo .1.3.6.1.4.1.2021.255
echo integer
echo 20

but also get error message:
UCD-SNMP-MIB::ucdavis.255 = No Such Object available on this agent at this OID

please answer me, what is problem?

-- 
With best wishes, Alex Ott
Jet Infosystems,       http://www.jetinfosoft.ru/
                       +7 (095) 411 76 01


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to