You can configure a number of different process alerts.
- Is a process running?
Get alerted when processes crash or stop running e.g. is Apache running? - How many processes are running?
Get alerted when processes go over or below a certain number e.g. are there at least 10 Apache worker processes? - Process CPU usage
Get alerted when a specific process uses a certain amount of CPU resources e.g. is Apache using too much CPU? - Process memory usage
Get alerted when a specific process uses a certain amount of memory e.g. is Apache using too much memory?
Comments