If this belongs in APM, feel free to bounce it over there!
My goal in this question is to include information inside my APM-driven alerts that will give an admin information on what the monitor checks or how to fix it. For instance, if application X goes down, then the email will include steps on how to restart X. Or some other description on what that check does and what it means.
1. Should I do this by pulling the "Description" field in an Application monitor? If so, what is that variable name? In that case, I can just put all my information in there. Keep in mind this is the Description field for the APM app monitor, and not the Node in the NPM.
2. Am I missing a field where I should put this? I've seen how someone can make a custom property in the NPM Node, but I don't think I see that ability in the APM.
3. Should I do this by making individual alerts that have conditions that will match only when specific applications go down, and then basically hardcode it into the Message field for that alert? This is the least desirable from a maintenance standpoint, but if it's my only real option, then so be it! 