“Interface ${N=SwisEntity;M=Caption} for node ${N=SwisEntity;M=Node.Caption} has a transmitted utilization of ${N=SwisEntity;M=OutPercentUtil} which is greater than the threshold of 75%.”
I want to exclude the "Tunnel" interface type.
Hi
I would do that kind of alert like this:
To remove the tunnel-interfaces choose the first line: Interfaces.[TypeDescription] != 'Encapsulation Interface'
Then on all alerts I avoid adding hardcoded thresholds but instead use the warning and critical thresholds on the entities. In this case the interface transmit and receive amount threshold. With this you get a dynamic alert to alert on all interfaces.
Hope it helps!