Scenario:
Have "node down" alert and also have "interface down" alert
Node A goes down (power outage)
Node A has interfaces connected to 10 other nodes
Topology knows that:
- Node A Interface 1 is connected to Node B Interface 1
- Node A Interface 2 is connected to Node C Interface 1
- Node A interface 3 is connected to Node D Interface 1
- and so on
Since Orion knows that Node A is down (sends an alert for node down, suppresses interface down alerts on its own interfaces (child entities))
Does anyone know of a way to NOT trigger the "interface down" alerts for Nodes B - K interfaces?
Thanks!