I would like to set the severity of any event in the /Unknown class. I set zEventSeverity in zProperties for the /Unknown class to Info and even added a transform - see below - and events still get a severity other than Info (2). I hundreds of these every day.
The reason why I want to use a transform instead of an alert filter is because I would like to look for patterns in evt.message and base the severity on that so certain events will not get lost. I have searched the forum and it seems my simple transform should work. My transform: import re evt.severity = 2 -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=30932#30932 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
