Re: Pass directive and Set Row

2004-06-24 Thread Dave Shield
> Thanks for the info. I was afraid of that. > > Is there an easy place to hack this in? > All I really need to do call my app once during the commit phase. Well the simplest approach would be to edit agent/mibgroup/ucd-snmp/pass.c and adjust the routine setPass() to read - i

RE: Pass directive and Set Row

2004-06-23 Thread Brian . Blietz
PROTECTED] Subject: Re: Pass directive and Set Row > I am planning on using the pass directive to create a shim > between net-snmp and our already working snmp backend. > I have a question about the set command. Ah! The most important thing to realise is that the "pass" mechan

Re: Pass directive and Set Row

2004-06-23 Thread Dave Shield
> I am planning on using the pass directive to create a shim > between net-snmp and our already working snmp backend. > I have a question about the set command. Ah! The most important thing to realise is that the "pass" mechanism is not reliable w.r.t. SET handling. In particular, it doesn't all

Re: pass directive

2004-06-18 Thread Dave Shield
> Is there any way to use one pass directive for multiple entries in a MIB? > But what I would really like to do, is > > Pass .1.3.6.1.4.1.469.1000.2 myapp > > And have this process the original example by looking at the remaining > .1.1.1 in the OID. Yes - that's how it works, I believe. You

Re: pass directive

2004-06-17 Thread Coders
On Thu, 17 Jun 2004 16:43:24 -0500 [EMAIL PROTECTED] wrote: BBC> Is there any way to use one pass directive for multiple entries in a MIB? Yep. BBC> But what I would really like to do, is BBC> BBC> Pass .1.3.6.1.4.1.469.1000.2 myapp BBC> BBC> And have this process the original example by looki