On Aug 28, 2008, at 9:40 AM, gentux31 wrote:
I'm having troubles getting rancid to start after every received configChanged trap. It does work when the event is new and not added up to the previous event.

I tried to move the event directly to history but then it doesn't work at all. How can I make sure that every time I receive a config changed trap the command runs regardless of how many "indentical" events are in the event console?

Good question. The only way I can think of would be to make sure that these events are never identical. This can be accomplished by creating an event class mapping that matches on the ciscoConfigManEvent eventClassKey. You'll want to do the following in the transform.

evt.eventKey = evt.firstTime

This way the eventKey (which is used as part of the dedupid) will be set to the timestamp that the event came in.

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

Reply via email to