Hello,
Does anyone know of a way to use a formula in the body of an alert email? I've setup a custom alert to send an email when the polled temperature of one of our Tripp Lite UPSs is above 120F (the results poll as Celsius and I have a transform to change it to Fahrenheit). Everything works fine, except when I use the Transform for my trigger condition in the alert, I get alerts on UPSs that are well below 120F. I started changing the trigger condition and found that if I use the custom poller that I created for Temperature (OID 1.3.6.1.2.1.33.1.2.7) instead of the transform I only get alerted on the units above 120F. The issue with this is the readings are in Celsius and are displayed that way in the body of the email with the inserted variable (${N=SwisEntity;M=CustomPollerStatusScalar.Status}). So, that's why I'm wondering if I can use an equation in the body of the email to essentially transform the results there since the actual transform isn't working how I want it in the alert trigger.