Hey Laf, i’ve been testing this for almost a week now and it seems to work. Big thanks for your help.
I have an additional question tho: How would i see in the mail whether or not utilization in ingress or egress?
The macro i’ve created has 2 checks about utilization %macros.port_out_usage_perc > “80” and %macros.port_in_usage_perc > "80. Template is stating something like;
{if %faults}Faults:
{foreach %faults}
#%key:
Port: %value.ifName
Port Name: %value.ifAlias
{/foreach}
{/if}
What should i add here to see whether the the port receiving this traffic or transmitting this traffic?