Re: Maintaining a list for traps

2006-07-10 Thread Dave Shield
[EMAIL PROTECTED] wrote: > Can anyone pls suggest us where to put our createEntry and > deleteEntry routines to update the activeAlarmTable based on the > alarms received from subagents. agent/mibgroup/agentx/master_admin.c:agentx_notify() Dave -

Maintaining a list for traps

2006-07-10 Thread sailaja.banda
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 i