On 22/02/07, John Clinton <[EMAIL PROTECTED]> wrote: > About the only decision I have made so far on this is I believe it should be > a sub-agent versus being built into NetSNMP. It's only specific to Solaris > and DiskSuite/Solaris Volume Manager > > Thanks for any suggestion you have.
In fact, you don't need to choose between implementing this as a seperate sub-agent versus built in (or a dynamic loaded module). The MIB module API is identical for all three mechanisms. So you can develop the module as a separate subagent, and then simply re-compile the agent to include it directly. Or vice versa - develop it within the main agent (to avoid one level of indirection) and then recompile the same code into a separate subagent. The MIB processing code (that you'll be writing) is exactly the same in each case - it's just the surrounding framework (most of which we provide) that's different. Dave ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
