Re: Agent X subagent traps not working

2004-10-20 Thread Users
On Tue, 12 Oct 2004 18:56:50 -0400 Andy wrote: AS> What about moving it up a level into snmp.conf, or if we are spwaning AS> more config files then maybe snmptools.conf. gack! blech! ptuii! No, no spawning of new config files. We already have to check for too many as is. AS> The applications s

Re: Agent X subagent traps not working

2004-10-20 Thread Users
On Wed, 13 Oct 2004 07:09:44 +0930 don wrote: DH> > Not presently, but there are two interesting idea there. One (sending to DH> > multiple ip addresses from the command line) has been brought up before. DH> > The other, using a conf file, is new. I'm not sure that reading DH> > snmpd.conf would b

Re: Agent X subagent traps not working

2004-10-13 Thread Dave Shield
Robert and Andy have dealt with most of your questions. I'll just pick up on this one: > 3. Is there a way to do this (send the 'object list') with > send_easy_trap() from the subagent, or would I have to use > send_v2trap(), or whatever it's called? 'send_easy_trap()' does not include support fo

Re: Agent X subagent traps not working

2004-10-12 Thread Andy Smith
Please forgive me but I am going to spam the -coders list too since it is a good place for this discussion. I have been thinking about implementing something similar in an app I am working on, but if the functionality can be had in the Net-SNMP package so much the better. don hammer wrote: Hi a

Re: Agent X subagent traps not working

2004-10-12 Thread don hammer
Hi again, On Tue, 12 Oct 2004 13:33:20 -0400, Users Robert Story <[EMAIL PROTECTED]> wrote: > Either way, you should be able to find the difference. I seem to recall one > release/pre-release not properly setting the default port for traps. That might > be the problem... Ah. Okay, that's a good

Re: Agent X subagent traps not working

2004-10-12 Thread Users
On Mon, 11 Oct 2004 11:27:51 +0930 don wrote: DH> > On Thu, 30 Sep 2004 15:13:54 +0930 don wrote: DH> > DH> Unfortunately, I'm still having troubles with sending traps from an DH> > DH> agent X agent (or subagent). DH> > DH> DH> I've had a few successes and a few failures. I recompiled 5.1.2.rc1 DH

Re: Agent X subagent traps not working

2004-10-10 Thread don hammer
Hi again, > On Thu, 30 Sep 2004 15:13:54 +0930 don wrote: > DH> Unfortunately, I'm still having troubles with sending traps from an agent X > DH> agent (or subagent). > DH> > DH> I've tried with two different versions, 5.1.2.rc1 and 5.2.pre1. > DH> > DH> - I go through the process of talking to my

Re: Agent X subagent traps not working

2004-10-04 Thread Users
On Thu, 30 Sep 2004 15:13:54 +0930 don wrote: DH> Unfortunately, I'm still having troubles with sending traps from an agent X DH> agent (or subagent). DH> DH> I've tried with two different versions, 5.1.2.rc1 and 5.2.pre1. DH> DH> - I go through the process of talking to my subagent, with debug D

Agent X subagent traps not working

2004-09-29 Thread don hammer
Hi, I've done a whole lot of searching through the mailing lists and found a few people a while ago having these or similar troubles, but they all seem to have been resolved with new versions. Unfortunately, I'm still having troubles with sending traps from an agent X agent (or subagent). I've tr