Handlers

2004-10-19 Thread Magnus Fromreide
Hello. I want to have a single handler called once for two separately registered variables examples.1.0 and examples.3.0 but the twist is that the value of the variables are computed from a common source that is costly to access. It is also sadly impossible for me to register a single handler for

Re: Sub-agent/agent initialization

2004-10-19 Thread Ivens Porto
Robert Story (Coders) wrote: On Tue, 19 Oct 2004 14:58:30 -0200 Ivens wrote: IP> I'm embedding an agentx sub-agent in my application and now I would like IP> to make my sub-agent became a master agent when a master agent is not IP> present. Interesting idea, but I'm not sure it will work. The do

Re: Sub-agent/agent initialization

2004-10-19 Thread Coders
On Tue, 19 Oct 2004 14:58:30 -0200 Ivens wrote: IP> I'm embedding an agentx sub-agent in my application and now I would like IP> to make my sub-agent became a master agent when a master agent is not IP> present. Interesting idea, but I'm not sure it will work. The double call to init will probab

Re: [bug] snmptrapd 5.1.2: SIGHUP duplicates traphandlers

2004-10-19 Thread Coders
On Tue, 19 Oct 2004 10:28:05 +0200 Thomas wrote: TA> Thomas Anders wrote: TA> > Just filed bug 1040711 for this. TA> > TA> > If anyone can give me some hints on how to best find and remove a TA> > traphandler TA> > from the authentication/pre-specific/trap-specific/global lists, I'd be TA> > wil

Re: Mib coding style: ucd-snmp vs net-snmp

2004-10-19 Thread Coders
On Mon, 18 Oct 2004 15:16:55 -0700 Srini wrote: SK> We started with ucd-snmp-4-2-4 and were following ucd-snmp style for mib SK> coding. Now we have migrated to net-snmp-5.1 but are continuing using the SK> old style. SK> SK> Now, we are planning to migrate to net-snmp style for mib coding also. S

Sub-agent/agent initialization

2004-10-19 Thread Ivens Porto
Hello, I'm embedding an agentx sub-agent in my application and now I would like to make my sub-agent became a master agent when a master agent is not present. To make it clear: when my application starts it tries to connect to the master agent, if it could not connect to the master agent (for w

SNMP manager in a nice C++ lib?

2004-10-19 Thread A B
Hi, We have to develop a manager that can be integrated into our own programs. So that our problems can make Get/Set/Trap against specific MIBs ( basically to turn the programs SNMP aware ). The ideal solution would be a C++ lib that would enable us to do Get/Set/Trap. Something like taking th

Mib coding style: ucd-snmp vs net-snmp

2004-10-19 Thread Srini Kode
Hi, We started with ucd-snmp-4-2-4 and were following ucd-snmp style for mib coding. Now we have migrated to net-snmp-5.1 but are continuing using the old style. Now, we are planning to migrate to net-snmp style for mib coding also. For taking this decision, like to know the advantages in using ne

how to use TOKEN agentaddress,agentgroup and agentuser

2004-10-19 Thread 李 曙歌
hello every how to use these 3 TOKENs,I have tested agenteddress using *agentaddress 9161,tcp:161,udp:[EMAIL PROTECTED] but it doesnot work ,"agentaddress 9161,tcp:161"does work but when i aded ",udp:[EMAIL PROTECTED]",snmpd start faild.how can i use *agentaddress* listenning diffe

Re: can I use context specific type in net-snmp-5.1.1?

2004-10-19 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. T

Re: [bug] snmptrapd 5.1.2: SIGHUP duplicates traphandlers

2004-10-19 Thread Thomas Anders
Thomas Anders wrote: Just filed bug 1040711 for this. If anyone can give me some hints on how to best find and remove a traphandler from the authentication/pre-specific/trap-specific/global lists, I'd be willing to work on a proper fix. Is anyone working on this? As I said, I'm willing to tackle