I have some very simple basic alerts. I would like to add the Node IP address dynamically through a variable. In searching the forums, I found:
${Node.IP_Address}
I have attempted inserting it into the alert trigger message however it just comes through as written.
The full alert message is as follows
Alert: ${NodeName} is ${Status}.
IP Address ${Node.IP_Address}
NodeName and Status work just fine.