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

Pass directive and Set Row

2004-06-22 Thread Brian . Blietz
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. From what I understand, if I want to set a row, there will be one message to net-snmp. Net-snmp will parse the message, and indivi