Has anyone had issues with alerts not clearing due to a node (or perhaps the same for interface?) going into an unmanaged state after it has already triggered alerts?
To clarify a bit with a specific example-
- I have a node that triggered 3 different alerts. The node was then changed into an unmanaged state and therefore stopped polling. Because it stopped polling, the clear condition will never be met (using the default Reset condition). I've found that I can use a special reset condition by manually spelling out your typical reset and also adding an or condition stating something like node status = unmanaged. I've implemented that on a few alerts and seems to work but I'm not sure it's the best way of doing so.