This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Variables in Email for Advanced Alerts

Hello,

I recently made a vbscript to check if we were getting the backup files that we needed everyday. What we wanted was to get an alert via email if the script found that the most recent file was missing. We went through the processes - and set up these fields. We decided we did not need to reset the alarm.

Property to Monitor was APM:Application

alert.png

However, when we decided to set up the email message. The variables didn't want to work with us. The simple message we wanted was

${Name} ( we expected this to be our template name-Check BackUp Files

Email for No SQL backup File Today

${AlertTriggerTime}

The name variable worked but it returned a name that had nothing to do with the application.

Is there something where we are going wrong with this?