kingpin wrote:
> I've figured out a different way, try this :
> 
> Replace :
> 
> Code:
> if evt.summary.startswith('threshold of operational status'):
> 
> 
> with 
> Code:
> lowersummary = evt.summary.lower()
> if lowersummary.startswith('threshold of operational status'): 
> 
> 


Maybe James Pulver can adjust this in the wiki as well.

Thanks




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

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

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



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

Reply via email to