I am not sure if this has been covered here. I am using APM 1.0 and have a APM to monitor certain web sites. Two of them are HTTP and one is a HTTPS.
The alert is not supposed to trigger unless the application is down ( all 3 down) but for some reason it isn't working like that. I am trying to see if it is possible to include in the alert message the monitored APM components (sites) and their status at the time of the alert.
For instance:
NAME STATUS
HTTP_Site1 Up
HTTP_Site2 Up
HTTPS_Site1 Down
I thought I could use the ${Http_Status} and ${Https_Status} but it doesn't appear to work (or when testing it doesn't show).
Thoughts? Ideas?