Thanks for the script Mark. I'm not sure it suits my needs. I essentially
just want to know if Monit can do something like:
check system $HOST
if cpu usage (system) > 20% for 2 cycles then $restart_a_given_app
On Wed, Feb 17, 2021 at 2:51 PM Faine, Mark R. (MSFC-IS40)[NICS] <
[email protected]> wrote:
> 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
>