You may want to look at Jane Curry's event management guide: http://www.zenoss.com/Members/jcurry/zenoss_event_management_paper.pdf/view
Specifically, I believe that your changing the component in the down event will make it not match or auto-clear the clear event, unless you also make the same component change to the clear event. -- James Pulver Information Technology Area Supervisor LEPP Computer Group Cornell University m123123123123 wrote, On 3/5/2009 3:27 AM: > I want to customize /Status/Ping events depend of DeviceClass or else. > Transform work fine end evens is modify > ---My Transform---- > if evt.DeviceClass == '/Server/Windows/Workstations': > evt.severity = 3 > evt.component = 'Workstation is off' > ----------------------- > The problem is when device us UP there is no Clear event generated and device > never back to Status UP automaticaly. > > How can i get Clear event? > > > > > -------------------- m2f -------------------- > > Read this topic online here: > http://forums.zenoss.com/viewtopic.php?p=31935#31935 > > -------------------- m2f -------------------- > > > > _______________________________________________ > zenoss-users mailing list > [email protected] > http://lists.zenoss.org/mailman/listinfo/zenoss-users _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
