Re: Reloading a perl subagent in embedded perl

2011-11-30 Thread Robert Story
On Mon, 31 Oct 2011 10:23:13 +0100 Jan wrote: JS> I have a simple perl agent in embedded perl, let's say JS> http://www.net-snmp.org/tutorial/tutorial-5/toolkit/perl/perl_module.pl JS> and following config file: JS> JS> rocommunity public JS> perl do "/path/to/perl_module.pl"; JS> JS> When I star

Reloading a perl subagent in embedded perl

2011-10-31 Thread Jan Safranek
I have a simple perl agent in embedded perl, let's say http://www.net-snmp.org/tutorial/tutorial-5/toolkit/perl/perl_module.pl and following config file: rocommunity public perl do "/path/to/perl_module.pl"; When I start the snmpd agent, it executes all 'perl do' statements and my subagent is reg