On Mon, Sep 27, 2010 at 08:32:32AM -0700, sujata patra wrote:
> Will it be possible to add/implement an MIB table inside an existing  daemon 
> using the agentx api?? ?

Yes - that is the purpose of agentx if I am correct in assuming that the daemon
is the process you have written that does the important work that you
intend to monitor.

> Idea is to avoid running another  sub-agent process and 
> avoiding IPC between the demon and agentx. The  demon is  multi-threaded app. 
> Ideal to run the agentx sub agent in a new  thread.

This would turn the daemon in to an agentx subagent as well as a daemon but
that should not be a problem. (agentx subagent == process that speaks agentx
with an agentx master)

> agentx makes TCP connection with snmp agent through TCP port 705 as per  rfc 
> 2741. I hope this does not restrict agentx and snmp agent to reside  on same 
> managed node .

Nope. The only problem is that there is no security in the agentx protocol so
it is usually not recommended to run it that open.

> Do you see any issue ?

No.

/MF

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to