Hi All,
I am trying to create and email when an alert is acknowledged. I have the Audit event setup and can successfully send emails.
My issue is though the variables in the message body I am asking for don't populate correctly and return the strings.
Them email body for example contains
Node ${NodeName}
Status:${N=SwisEntity;M=Status}
Alert Name:${N=Alerting;M=AlertName}
Alert ID:${N=Alerting;M=AlertID}
Severity:${N=Alerting;M=Severity}
Full Name:${N=SwisEntity;M=FullName}
The resulting email body is
Node is Unknown
Status:${N=SwisEntity;M=Status}
Alert Name:Email to test when an alert is acknowledged.
Alert ID:251
Severity:Informational
Full Name:${N=SwisEntity;M=FullName}
Would anybody have a working example of the email body that would take the node name and the triggered event, possibly more info like ip address?
Thanks.
Bruce.