Sure, glad to help. So here it looks like you're using the event name + 
last time to create a basically time based unique ID? I'm surprised that 
just mydedupfix1 variable wouldn't have the same effect.

I may add this to the community FAQ, I just want to understand it a bit 
better.
--
James Pulver
Information Technology Area Supervisor
LEPP Computer Group
Cornell University



nelliott wrote, On 9/10/2009 4:46 PM:
> SUCCESS!!
> 
> 
> Code:
> mydedupfix1 = getattr(evt,'triggerLastOccur')
> mydedupfix2 = getattr(evt,'triggerEventName')
> evt.eventKey = '%s - %s' % (mydedupfix1, mydedupfix2)
> 
> 
> 
> This converts the eventKey field and the events are no longer being clumped 
> together.  I hope this can be helpful to someone else.
> 
> Thanks jmp242 for the dedupid transform clue, it was the boost I needed to 
> get this sorted out.
> 
> 
> 
> 
> -------------------- m2f --------------------
> 
> Read this topic online here:
> http://forums.zenoss.com/viewtopic.php?p=39179#39179
> 
> -------------------- m2f --------------------
> 
> 
> 
> _______________________________________________
> zenoss-users mailing list
> zenoss-users@zenoss.org
> http://lists.zenoss.org/mailman/listinfo/zenoss-users
_______________________________________________
zenoss-users mailing list
zenoss-users@zenoss.org
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to