I have read a number of previous threads on suppressions through the advanced alerting and I understand the limitations in terms of device dependencies. That said I am trying to build an alert that will be suppressed for a given location if that location's 2 edge routers are down (dual connected back to HQ).
Here is what I have:
Trigger when all apply:
Location is equal to <4 digit location code>
Node status is equal to Down
Suppress Alert when all apply:
System Name is equal to <4 digit location code>-R1
System Name is equal to <4 digit location code>-R2
Node Status is not equal to Up
This seems to be how most examples show how to have a particular device dependent on a single router but I'm adding in the second router as well. However, it doesn't look right to me but I'm having difficulty figuring out a better way to make this work and I know the above does not work appropriately. I've also tried nesting the Node Status under each of the System Name requirements and that doesn't work either. In all cases I've tried, all alerts are sent for all devices - I thought it would at least not alert for the routers but it still alerts there as well.
Any thoughts or suggestions? I have to believe I'm missing something really simple. Thanks.