Re: Patch: configure.ac - confusing escaping

2008-10-03 Thread Wes Hardaker
> On Wed, 24 Sep 2008 06:51:32 +0300, Shachar Shemesh <[EMAIL PROTECTED]> > said: SS> This patch fixes a tiny escaping confusion. The current text, while SS> semantically correct, confuses the VIM syntax highlighting as well as SS> confused me. Thanks for the patch! It has been applied

Re: Patch: resolve a lot of 404 errors due to tutorial-5 being moved

2008-10-03 Thread Wes Hardaker
SS> Attached Thanks for the patch... but actually the original url is a better one. A bit ago SourceForge changed a bunch of things and you're right those URLs were broken and weren't redirecting properly. However, they should be now and the reason they're actually better is that they're redire

Re: Script execution start via Net-SNMP agent

2008-10-03 Thread Wes Hardaker
> On Wed, 24 Sep 2008 13:46:45 +0200, "Quentin MOULINIER" <[EMAIL > PROTECTED]> said: QM> Snmp client of my MONITOR send a GET command to the server with a Specific QM> OID --> SNMP Agent on the server receives the GET command --> A script is QM> started on the server (any language : PH

Re: sending email notification for traps

2008-10-03 Thread Wes Hardaker
> On Fri, 26 Sep 2008 16:42:49 +0530, Vaibhav Limaye <[EMAIL PROTECTED]> > said: VL> But from that it is not much clear what to do exactly. Would you please VL> suggest proper steps to be done. VL> Waiting for your earliest reply. Try something like this in your snmptrapd.conf file: t

Re: Error while starting sub-agent

2008-10-03 Thread Wes Hardaker
> On Mon, 29 Sep 2008 15:28:22 +0530, <[EMAIL PROTECTED]> said: bl> $./example-subagent& bl> ./example-subagent: symbol lookup error: /usr/lib/libnetsnmp.so.10: bl> undefined symbol: RAND_bytes compile it with the -lcrypto library too. -- Wes Hardaker Sparta, Inc. --

Re: FW: Problem with scripting

2008-10-03 Thread Wes Hardaker
> On Wed, 1 Oct 2008 14:56:13 +0200, "Novelli Marco" <[EMAIL PROTECTED]> > said: NM> Hi i'm Marco Novelli and i've problem with net-snmp. I've installed it NM> correctly and when i run tclsh daemon (from bash) my host recognize NM> netsnmp commands such as snmpget, snmptranslate and so on

Re: How to start the agent with my own implementation of the communityTable, AddrTable, VacmTable (Not to with the snmpd.conf)

2008-10-03 Thread Wes Hardaker
> On Wed, 1 Oct 2008 22:47:51 -0700, "kumar undurthi" <[EMAIL PROTECTED]> > said: ku> I have a requriement to start the Agnet and Sub-Agent with my own ku> implementation of communityTable, AddrTable and VacmTable (not to start the ku> agent with snmpd.conf file ) is it possible to imple