I dont even pretend to know python syntax, but in most of my transforms, I have been using quotes. Can you try this in your transform?
if evt.count > "2": evt.severity = "5" fabricio wrote: > if evt.count >= 3: > evt.severity = 5 > > I put this by /Events /Status /Ping > > what's the problem? -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=26890#26890 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
