I am trying to configure an alert to send me a temperature warning when a probe goes over X degrees. That works fine, but my problem is that in the body of the e-mail I want it to send out it's current temperature (that caused the alert to trigger).
The device is a member of a custom poller group from which I am pulling Humidity and Temp. I have also had to create a transform to divide the temp by 10 to get the correct format (eg 22.5 degrees instead of 225).
Now when I run the alert I keep getting back the humidity value in the body of the e-mail instead of the temp value. It must be pulling this 1st because of the names of the pollers (alphabetically). If I remove he Humidity from a node and test, then I get the temperature. However that temperature is not the transformed one, but it the 225degrees.
So...
1 - How do specify which poller I want to pull data from in the body of my e-mail alert?
2 - If I can specify, can I specify to use a transform to get the right data format?