On Dec 21, 2008, at 8:53 PM, nixinfo wrote:
> Thanks for the response.  Is there anyway to solve my second problem?
>
> Question 2: Zenoss generates an alert everytime a threshold is  
> breached, e.g. filesystem usage over 75% but the alert is cleared  
> when the problem is fixed. Is there a way that the alert does not  
> disappear after the problem is fixed?

This is possible by creating an event class transform that drops the  
clear event. For the file system example you would go to the /Events/ 
Perf/Filesystem event class and choose More -> Transform from its  
menu. Enter the following transform to drop all clear events. This  
will cause all of your file system threshold events to never  
automatically clear. You could do the same thing for the other  
subclasses of the /Perf event class.

if evt.severity == 0: evt._action = "drop"
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to