Re: snmpd.conf executes script multiple times

2004-12-12 Thread Wes Hardaker
> On Thu, 09 Dec 2004 12:13:26 -0800, Steve Quezadas <[EMAIL PROTECTED]> > said: Steve> I have been toying around with snmpd a bit, and I have my snmpd daemon Steve> run a script when a certain MIB is run: Steve> exec .1.3.6.1.4.100 /root/bin/test.pl make sure your timeout in your appli

snmpd.conf executes script multiple times

2004-12-09 Thread Steve Quezadas
Hello, I have been toying around with snmpd a bit, and I have my snmpd daemon run a script when a certain MIB is run: exec .1.3.6.1.4.100 /root/bin/test.pl This script returns 4 lines to the snmp client. However, when I check the logs, I find that the script executes like 5 times instead of once