On Jun 30, 2009, at 1:44 PM, tseward wrote: > Ok, last bump, hoping Matt can give some insight here.
If you wanted to disable auto-clearing for the /Status/Snmp event class you could go into that event class and choose More -> Transform from the menu. Put the following in the transform to ignore clear events. if evt.severity == 0: evt._action = "drop" _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
