monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Monitoring the "rest" of the CPU usage


From: Martin Pala
Subject: Re: Monitoring the "rest" of the CPU usage
Date: Thu, 19 May 2011 20:07:08 +0200

Yes, you can use the "check system" to test system wide resources - for example 
like this (customize the limits for your environment):

check system mysystem
  if cpu usage (user) > 90% then alert
  if cpu usage (system) > 90% then alert
  if cpu usage (wait) > 90% then alert
  if loadavg (1min) > 24 then alert
  if loadavg (5min) > 16 then alert
  if loadavg (15min) > 15 then alert
  if memory usage > 90% then alert
  if swap usage > 90% then alert


Regards,
Martin


On May 11, 2011, at 7:00 PM, Stephen Paul Weber wrote:

> I have alerts set up right now on total box CPU usage.  But, honestly, what I 
> really care about is if there is a rogue process that is not one I monitor 
> that's sucking RAM or CPU.  If SKS is doing it for a bit I don't care, and I 
> have a seperate monitor on SKS CPU usage anyway.  Is there any good way to 
> monitor basically box CPU usage - CPU usage I monitor seperately so that I 
> only get the alerts if some *other* process starts acting crazy?
> 
> Thanks,
> 
> -- 
> Stephen Paul Weber, @singpolyma
> See <http://singpolyma.net> for how I prefer to be contacted
> edition right joseph
> 
> --
> To unsubscribe:
> https://lists.nongnu.org/mailman/listinfo/monit-general




reply via email to

[Prev in Thread] Current Thread [Next in Thread]