Basically, I have two routers and an interface on each. Only one interface is going to be "active" at any given time, and it doesn't matter which one.
I want to be alerted however, ONLY when both interfaces are down.
My logic so far is as follows:
Trigger Alert when all of the following apply
Interface Caption is equal to INTERNET
Trigger Alert when all of the following apply
Node Name is equal to ROUTERA
Recv bps is less than 5000
Trigger Alert when all of the following apply
Node Name is equal to ROUTERB
Recv bps is less than 5000
The alert is not triggering. I've looked through the SQL, and I've discovered my limitation. There is never a case when "Interface X" will have multiple values for "Node Name." The SQL returns a null value.
Any ideas on how to make this work? Maybe with some higher level logic?