While trying to build a special reset condition for an Alert I realized that I couldn't come up with a scope that would be limited to "the item that triggered the alert." Is there some way to specify this?
What I want to do is have a reset condition that specifies, "when the status of the triggered item is 'Up'". The current trigger specifies, "when the status of the triggered item is Warning for 3 hours." The problem is that, for various reasons, the status of several items often changes to "Down" or "Unreachable" (I believe due to networking issues). Since the status of the item is no longer "Warning", this resets the 3-hour clock and can reset the Alert when I don't want it to.
I could, of course, specify the trigger to be "when the status is Warning or Down or Unreachable for 3 hours," but this could potentially trigger the Alert if/when the network connection is lost for 3 hours or more, and I don't want that either. I'll take it if I must, but it's a sub-optimal config.
There ought to be a way to limit the scope of the special reset condition to "the item that triggered the alert," but so far I haven't been able to figure it out.