I want to send automatic alerts about interface errors, discards, and thresholds to email, but when I test it, it doesn’t send the correct information — specifically the number of input and output errors. Can you help me adjust it?
Device: ${N=SwisEntity;M=Node.Caption} (${N=SwisEntity;M=Node.IP_Address})
Interface: ${N=SwisEntity;M=Caption}
InErrors: ${N=SwisEntity;M=InErrors}
OutErrors: ${N=SwisEntity;M=OutErrors}
InDiscards: ${N=SwisEntity;M=InDiscards}
OutDiscards: ${N=SwisEntity;M=OutDiscards}
Threshold: ${N=Alerting;M=ThresholdValue}
Trigger : ${N=Alerting;M=AlertTriggerTime}
at ${N=Alerting;M=AlertTriggerTime;F=DateTime}

and 