Hi listers,
 I'm porting an older UCD 4.xx agent extension to run with net-snmp-5.3.1 under arm linux 2.6.15. I get the following warning when running snmpd:

/etc/snmp/snmpd.conf: line xx: Warning: Unknown token: pass.


Here's how I invoke snmpd:
/usr/sbin/snmpd -f -C -c /etc/snmp/snmpd.conf -D -Lsd -Lf /var/log/snmp

Heres snmpd.conf:

# Mercury snmpd configuration file.
# Example how snmpd is started in rc script:
#    /usr/sbin/snmpd -f -C -c /etc/snmp/snmpd.conf -D -Lsd -Lf /var/log/snmp

# start agent at OID
pass .1.3.6.1.4.1.8338.1.1.3 /usr/bin/mercury-agent

# define the read-only community
rocommunity public

# set up the read-only access levels
access public "" any noauth exact all none none

# define the read-write community
rwcommunity private

# set up the read-write access levels
access private "" any noauth exact all all all

It's complaining about the pass keyword in snmpd.conf.

Any ideas what's wrong. This worked with the older UCD 4.xx
version we ran before.


 Thanks,
 John




Send lawyers, guns and money. The shit has hit the fan ...
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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