I am hoping someone can lend me a hand. I have several SAM application monitors that are comprised of 4-6 component monitors. Right now, the alert has to look at the component health in order to give the exact reason ("${StatusOrErrorDescription}" variable) it triggered a Down state. This means that I get 4-6 individual emails when an entire application goes down.
What I want it to do is to trigger when the application status goes to Down, but the e-mail to contain the name, status AND error message of the component alert. The the trigger condition is set to "APM: Application", there is an option to include the "${ComponentswithStatusFormatted} variable. This is great! It lists all the assigned components and their status. However, I cannot get the error message to appear.
How can I use the "${StatusOrErrorDescription}" variable in an "APM: Application" -based alert?