Try this :

Replace :

Code:
if evt.summary.startswith('threshold of operational status'):


with 
Code:
Lsummary = evt.summary.lower()
if Lsummary.startswith('threshold of operational status'): 






-------------------- m2f --------------------

Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=35837#35837

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to