RE: add data to table_data.conf code

2008-01-08 Thread Kuczynski, Edward
Thanks Dave, that did it! Ed -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Thursday, January 03, 2008 5:15 AM To: Kuczynski, Edward Cc: net-snmp-users@lists.sourceforge.net Subject: Re: add data to table_data.conf code On 20/12/2007

Re: add data to table_data.conf code

2008-01-03 Thread Dave Shield
On 20/12/2007, Kuczynski, Edward <[EMAIL PROTECTED]> wrote: > Secondly, I'd like to go and retrieve updated data every time a get is > requested. In general, it's probably not a good idea to reload updated data for *every* request. This can be very inefficient - particularly when walking a large

add data to table_data.conf code

2007-12-20 Thread Kuczynski, Edward
Hi, New to netsnmp, but have used other snmp toolkits. I have a simple 1 index read-only table which will get its data from reading a file(for now). I used mib2c table_data.conf Xtable to create the code. I see a comment to "initialize the contents of the table here", but am not sure how to do