On Fri, 2006-02-24 at 13:59 +0530, [EMAIL PROTECTED] wrote: > monitor -r 5 -e linkUpTrap "Generate linkUp" ifOperStatus != 2 > monitor -r 5 -e linkDownTrap "Generate linkDown" ifOperStatus == 2
> Since this set-up makes frequently so many system calls... > it affects the devices thruput rate. This is not too surprising, since you have instructed the agent to monitor the interfaces every 5 seconds. This is significantly more frequently than the default configuration (every 10 minutes). Try increasing the delay between monitor probes to something more reasonable, or omit the "-r 5" options altogether. Dave ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
