Hi,

I'm currently trying to change the Deduplication behaviour in Zenoss. The 
default for Zenoss is to increment a counter for a duplicate event. I would 
like to change that and instead only de-duplicate some events I want, and keep 
the duplicates by default.

I found out that I can change the evt.dedupid in each mapping transform field 
but I didn't found a way to do that at the event class layer, so that it could 
be inherited. 

For instance, in /events/Net I go to "More/Transform" and put the code 
evt.dedupid = "%s|%s|%s" % (evt.device, evt.summary, evt.firstTime)

And nothing does change. 

If I do the same for the EventClassInst "linkDown" with the edit button and 
transform field, it does work as expected, but only for link down, and I don't 
want to change this for every mapping ...

Does somebody know what I can do for debugging ? 

Thanx for your help




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

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

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



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

Reply via email to