Hi, I have a trigger prototype to detect high traffic on network interfaces and it looks like this:
Name:
Too much incoming traffic on {#IFNAME} on {HOSTNAME}
Expression:
{Template OS Linux:net.if.in[{#IFNAME},bytes].min(5m)}>50M
I would like to exclude interfaces named like eth1 because they are for backup purposes only.
Can somebody help me to write and expression for that?
Name:
Too much incoming traffic on {#IFNAME} on {HOSTNAME}
Expression:
{Template OS Linux:net.if.in[{#IFNAME},bytes].min(5m)}>50M
I would like to exclude interfaces named like eth1 because they are for backup purposes only.
Can somebody help me to write and expression for that?
Comment