I need that the Escalat one event go from warnning to error to critical so that 
the escalte count by thresholds rises one step.
I tried use the event transform so that the evt.count not working
 Example:
   if evt.count  > 5 and evt.severity==4:
      evt.severity=5
   if i use
      if evt.severity==4:
         evt.severity=5
 that doing

I tried by event class maping but neither works

What i can a do to resolve this problem?

there is another solution for resolve the escalated

Sorry my english i from brazil.




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

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

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



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

Reply via email to