Bart Van Assche <bvanass...@acm.org> writes:

> http://net-snmp.sourceforge.net/wiki/index.php/TUT:Writing_a_Dynamically_Loadable_Object
> 
>   http://net-snmp.sourceforge.net/wiki/index.php/TUT:Writing_a_Subagent

Yep, this is definitely the right place to start looking.  We've
supported dynamically loadable submodules for a long time now.

Whether that's a better option or building them in hard-compiled or
running as an agentx subagent is dependent on many factors (need to
restart, need to be fast, reduced compiling complexity, etc).  However,
the good news is that the mib code itself shouldn't need to change to
run underneath any of these mechanisms.  So you can safely write the mib
code using one method and change how it's called later if you like as well.

-- 
Wes Hardaker
Please mail all replies to net-snmp-coders@lists.sourceforge.net

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to