You might want to try and just take out the "User" variable in your transform. The following is an example of code I used to setup a transform on traps I receive from our IBM SAN. Also posting the sanitized details like Jim suggested will help to riddle through the problem.
evt.component = getattr(evt,"1.3.6.1.4.1.1123.4.300.1.1.3") evt.summary = getattr(evt,"1.3.6.1.4.1.1123.4.300.1.1.6") + " on " + getattr(evt,"1.3.6.1.4.1.1123.4.300.1.1.8") -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=27839#27839 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
