We have an alert set up to let us know when HVAC units in our data centers are detecting a high temperature. We have started seeing an issue where we receive the email alert every 30 minutes and the information in the alert is not properly populated. Here is a list of the issues:
1) In the subject line, the variable for ${N=Alerting;M=AlertTriggerTime;F=DateTime} is being populated as "June 2, 2021 7:43 PM"
2) In the body of the email, the variable ${NodeName} is potentially reporting an incorrect name (this alert started being sent out after we re-managed a different node; it's possible the two nodes had their hostnames swapped at some point because they had previously been mislabeled)
3) In the body, the variables ${Node.IP_Address} and ${CurrentValue} are showing up as the variables and not populating at all.
When I try to simulate the alert, these variables all populate properly. Can anyone help diagnose/clear this issue? Many thanks!