Hi all, I used mib2c with mib2c.notify.conf and generated notify template code for a NOTIFICATION-TYPE. I want snmp agent to send traps to configured managers. The notification should be send to manager when a particular event happens, this event is captured by some other process running on same snmpd hosted machine. Now I am thinking to use IPC techniques for event confirmation to snmpd.
My problem is how & from where snmpd call 'send_xxx_trap()' function? Can I use msg queues, can i add routines in snmpd to read queued data and based on data invoke send_xxx_trap() function? is it doable? where can I had routines to invoke my send_xxx_trap() function in snmpd? is there any similar kind of example code exist? Thanks, -- Rakesh P. Zingade +919420626099
------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
