So I have my alerts setup for my nodes. Things like the following:
CPU Critical Utilization above 90% for more than 5 minutes = Send email
Memory Critical Utilization above 90% for more than 5 minutes = Send email
Let's say my server "ServerDB" sends off a CPU alert, how can I add the list of offending services and their CPU usage to the email body? Or even like, the top five highest services in terms of CPU utilization?
We have APM as well. And I've setup APM for the services we like to monitor on the Nodes, but am a little confused on if I need to tie in this APM "process" into the alert (if even possible), or should I be talking this from a whole different angle?
Your help is appreciated.