Use the event transform functionality to dig in and get more details. You write a python script to manipulate the data. For example,
var1 = getattr(evt, "1.3.6.1.4.1.3607.6.10.20.30.20.1.100.134217728.3470") if var1 == "FAN": evt.summary = "FAN alarm..." #and so on You have to create an event class mapping to do this. See section 10.16 in the Admin Guide for more info. ------------------------ Alan Christianson -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=9545#9545 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
