Here's a script that kills the highest cpu process if the system resources are above a certain threshold. You can probably adapt it to your needs.
https://gist.github.com/markfaine/d54667b78ffc81ba686894065e533fa5 Doing this in general is a little dangerous, I only use this on a local personal server, so tread carefully. -Mark From: monit-general <[email protected]> On Behalf Of Mike D Sent: Wednesday, February 17, 2021 14:46 To: This is the general mailing list for monit <[email protected]> Subject: [EXTERNAL] Restart apps based on total system CPU usage Hello, I'm trying to locate documentation on restarting a given application based on the CPU usage of the total system. I'm having trouble finding an example similar to that. Is it possible? Does anyone have any ideas? Thanks, Mike
