Hi all, I'm tinkering with Zenoss' event correlation feature. My current goal is handling linkUp/Down in the manner I would like. Currently linkDown events get flagged properly as Error, and linkUp events get handled as Warning. I can also set the priority of the linkUp to clear, and it will auto-clear the linkDown if one exists. What I'd like to have happen is, if a linkUp comes in for an interface that is known Down, I'd like to clear the linkDown, and demote the linkUp event to Info, but not clear it from the event table. The idea is if a link is flapping, I'd like to know about it. Alternatively, if a linkUp came in with a correlated linkDown, I could clear them both and pop a new event that was something I defined, like linkBounced, which had it's own priority.
>From looking at the docs, it looks like auto-correlation only works if you >want to clear both events. Is this true? If so, would I use some python code >in the linkUp transform to accomplish what I'm looking for? Does anyone have any similar config they'd like to share? Thanks in advance! -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=36629#36629 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
