LG> 1. snmp_alarm_register I assume you're calling that within the init_ function in the dlmod as it gets loaded? It should work there, assuming the init_ function is (of course) getting called.
LG> ret=table_data->checkedError(); ... LG> netsnmp_request_set_error(request, ret); LG> In this using, the netsnmp_request_set_error function has no effect. Is the ret return actually returning a SNMP compliant error value? Everything you're trying to do should work in a dlmod without issues. So it must be something else. -- Wes Hardaker Please mail all replies to [email protected] ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
