Re: problem with subagent

2007-03-02 Thread Magnus Fromreide
On fre, 2007-03-02 at 15:56 +0100, maciej_golas wrote: > I have writen a subagentagent based on net-snmp Tutorial > (http://www.net-snmp.org/wiki/index.php/TUT:Writing_a_Subagent). > I run my snmpd daemon with options "-f -Le -d" so I can see > what happens on the wire. > So when I run example-demo

Problems with "snmp_shutdown()" call in SubAgent -- glibc detected ***

2007-03-02 Thread Ranganai Chaparadza
double free or corruption (!prev To: [email protected] MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <[EMAIL PROTECTED]> Hi folks, We are developing a Sub-Agent and everything is working fine with our Sub-Agent. The

problem with subagent

2007-03-02 Thread maciej_golas
I have writen a subagentagent based on net-snmp Tutorial (http://www.net-snmp.org/wiki/index.php/TUT:Writing_a_Subagent). I run my snmpd daemon with options "-f -Le -d" so I can see what happens on the wire. So when I run example-demon I can see that this daemon is connected to the master agent (sn

Regarding implementation of Trap.

2007-03-02 Thread Siva Prakash Reddy G
Hi! I am very new to net-snmp. I want to know how to implement traps.I have seen three routines send_easy_trap(), send_trap_vars(), send_v2trap(), which are used to send traps from MIB module within the NET-SNMP agent. How to call send_easy_trap routine. If i wrote separa