Re: net-snmp agent API document is lacking

2008-11-21 Thread dan anderson
It depends - some of it is generated from comments in the code; for that, I suppose submit patches. For the website I'm not sure, but I'm dead certain that if you mailed this list with useful updates that they'd get put on the site. Anyone with more of a clue than I able to answer? -Dan 2008/11/

RE: net-snmp agent API document is lacking

2008-11-21 Thread Jared Gisin
How do I get involved in helping clean up this documentation? -Original Message- From: dan anderson [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2008 3:11 PM To: Jared Gisin Cc: [email protected] Subject: Re: net-snmp agent API document is lacking Oh, and I

Re: SNMP - Error while trying to get the value.

2008-11-21 Thread Aneesh
Hello, I have checked in "mib_module_inits.h".My table init is included there.But using Walk i didn't get my objects.But communication is there.I got sysTime also. On Fri, 2008-11-21 at 10:50 +0530, kusuma.bm wrote: > check whether u have registered the mib in the " mib_module_inits.h " >

Re: Can master agent resend request to subagent multiple times?

2008-11-21 Thread Need Help
Thanks for the information I will play around with these options. What are default number of retries performed by snmpget if the -r option is not used?  What is the default timeout period by snmpget is the -t option is not used? --- On Thu, 11/20/08, Magnus Fromreide <[EMAIL PROTECTED]> w

"missing" struct.h @ util_funcs.h

2008-11-21 Thread Hanig, Michael
Hello there, I wondered if the line #include "struct.h" in file util_funcs.h (found at /usr/local/include/net-snmp/agent/) shouldn't be there. I got an error compiling a subagent pointing out, that there is no struct.h; so I removed the line and everything works okay (compilation & running the sub