What you're seeing is that only one transform can be applied to any given event. If an event class mapping matches your event its transform will be used and the event class transform will not. Event class transforms are only used for events that are inserted directly to that event class.
If all you're looking to do is affect the severity of all events entering the event class I would recommend using the zEventSeverity property of the event class instead of setting the severity in the transform. -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=27801#27801 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
