On 03/03/2008, Rashid Noor <[EMAIL PROTECTED]> wrote: > As I mentioned earlier that I am seeking help regarding Notifications on > change of value for example OID nstAgentModuleObject.
In which case, I suggest you look at the snmpd.conf directive "monitor", which is designed for exactly this purpose. You should not need to write any monitoring code whatsoever - just the code to actually implement the MIB object itself. Monitoring the value of this entry, and sending a trap when it changes (or goes too high/low/etc) can be done from the snmpd.conf file. Se the "snmpd.conf(5) man page - in particular, the section entitled ACTIVE MONITORING Dave ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ 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
