Re: retrieve values from another subagent

2006-10-24 Thread Wes Hardaker
> "RS" == Robert Story <[EMAIL PROTECTED]> writes: WH> In theory, you could probably make the subagents also open a WH> real SNMP port internally but it's certainly never been tested and WH> probably not the right way to go. RS> It definitely won't work if you need the information during the

Re: retrieve values from another subagent

2006-10-20 Thread Robert Story
On Tue, 17 Oct 2006 11:55:07 -0700 Wes wrote: WH> > "AS" == Avnindra Singh <[EMAIL PROTECTED]> writes: WH> WH> AS> Occasionally, I need values from tables implemented in subagent B in WH> AS> subagent A. WH> WH> AS> Can somebody please tell a way to get such info efficiently? Your favorite

Re: retrieve values from another subagent

2006-10-17 Thread Wes Hardaker
> "AS" == Avnindra Singh <[EMAIL PROTECTED]> writes: AS> Occasionally, I need values from tables implemented in subagent B in AS> subagent A. AS> Can somebody please tell a way to get such info efficiently? There is no easy way to do that directly... If you need your subagents to communica

retrieve values from another subagent

2006-10-17 Thread Avnindra Singh
Hi, I have two agentx subagents A and B connected to a main agent. Occasionally, I need values from tables implemented in subagent B in subagent A. Can somebody please tell a way to get such info efficiently? Thanks in advance, Avnindra