On Tue, Feb 17, 2015 at 09:50:24AM -0500, Bill Fenner wrote:
> Tim,
>
> Since the configuration file is read and processed line-by-line, you should
> be able to use, e.g., netsnmp_ds_register_config(),
> register_config_handler(), or other config file primitives in your
> module_init() function, a
Culhane
Cc: Net-SNMP Coders
Subject: Re: getting shared objects to read configuration in snmpd.conf
Tim,
Since the configuration file is read and processed line-by-line, you should be
able to use, e.g., netsnmp_ds_register_config(), register_config_handler(), or
other config file primitives in
il.com]
> *Sent:* 17 February 2015 14:50
> *To:* Tim Culhane
> *Cc:* Net-SNMP Coders
> *Subject:* Re: getting shared objects to read configuration in snmpd.conf
>
>
>
> Tim,
>
>
>
> Since the configuration file is read and processed line-by-line, you
> shou
Tim,
Since the configuration file is read and processed line-by-line, you should
be able to use, e.g., netsnmp_ds_register_config(),
register_config_handler(), or other config file primitives in your
module_init() function, and they will take affect for lines after the dlmod
configuration line.
14:30
To: Tim Culhane
Cc: net-snmp-coders@lists.sourceforge.net
Subject: Re: getting shared objects to read configuration in snmpd.conf
Hi Tim
That's a restriction of your own making
Your application can certainly read a three-line text file for its
parameters, and that need not be the
ruary 2015 14:04
> To: Tim Culhane
> Cc: net-snmp-coders@lists.sourceforge.net
> Subject: Re: getting shared objects to read configuration in snmpd.conf
>
>
> Tim
>
> Why can't your application read a config file of its own?
>
> Or look at its command line argu
lhane
Cc: net-snmp-coders@lists.sourceforge.net
Subject: Re: getting shared objects to read configuration in snmpd.conf
Tim
Why can't your application read a config file of its own?
Or look at its command line arguments?
Best Regards
Tim
Am 17.02.2015 um 13:20 schrieb Tim Culh
Tim
Why can't your application read a config file of its own?
Or look at its command line arguments?
Best Regards
Tim
Am 17.02.2015 um 13:20 schrieb Tim Culhane:
> Hi,
>
> Apologies for cross posting:
>
> I'm writing a c shared object which will connect to a proprietary server via
> telne
Hi,
Apologies for cross posting:
I'm writing a c shared object which will connect to a proprietary server via
telnet and read back performance and status counters.
I don't want to hardcode the connection details such as IP address, port
number and password for the proprietary server into my shar