Maintaining a list for traps
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
Hi , We are working on Net-SNMP 5.3.0.1. we have different implemented subagents . Subagents sends alarms when ever there is a problem. Our main goal is to maintain an active alarmlist for the alarms raised by the subagents and for other default traps. So, we included a separate module init_activealarmTable ( ) under mibgroup. So, whenever we receive a alarm from the subagents we need to add that alarm to the activeAlarmTable using createEntry routine. Initially we were calling createEntry and deleteEntry routines in send_v2trap ( ) function. But now I realized that send_v2trap ( ) executes in the subagent context. so we were not able get the updated activeAlarmTable in init_activealarmTable ( ). Can anyone pls suggest us where to put our createEntry and deleteEntry routines to update the activeAlarmTable based on the alarms received from subagents. Any inputs on this are very much appreciated as this functionality is very much critical to us. In summary , How to maintain a list for the alarms received by master agent from the different subagents ?? Thanks in advance, Sailaja ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users