Table iterator when index is sorted

2006-09-17 Thread Sachin Mishra
In my subagent I have data which is already sorted w.r.t. to index. Should I use iterate.conf or array-user.conf to generate the subagent template code. Is there anyu example of array-user.conf? The index for my table is OCTET-STRING. While using iterate.conf, if I specify the SORTED flag, it c

Authentication Failure Trap

2006-09-17 Thread Jonathan Shan
Hello all, I am trying to set-up an agent on a linux machine. I start the agent using ./snmpd, then start the trap receiver using ./snmptrapd. Snmpget basic oid works, and I can send traps manually using snmptrap from the tutorial. I have specifically enabled authfailure traps in snmpd.conf. An

Re: Problems sending SNMP Trap when process is removed from process list

2006-09-17 Thread James McKenzie
Dave Shield wrote: > On 15/09/06, James Mckenzie <[EMAIL PROTECTED]> wrote: >> A little more research determines that Net-SNMP 5.1.2 on Solaris 9 is >> not detecting when a process is removed from the process list and >> sending out a Trap message. > > > I would strongly recommend that you use a mo

Re: Table iterator

2006-09-17 Thread Sebastian Bello
So do the queries get serialized (one serviced at a time)? Dave Shield escribió: On 13/09/06, Sebastian Bello <[EMAIL PROTECTED]> wrote: Yet another question: does the iterator code get executed in multiple threads, that is, do I have to take care about mutual exclusion while acc

Re: Problems sending SNMP Trap when process is removed from process list

2006-09-17 Thread Dave Shield
On 15/09/06, James Mckenzie <[EMAIL PROTECTED]> wrote: > A little more research determines that Net-SNMP 5.1.2 on Solaris 9 is not > detecting when a process is removed from the process list and sending out a > Trap message. I would strongly recommend that you use a more recent release of the s