monit-dev
[Top][All Lists]
Advanced

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

system monitoring patch (new service check)


From: Martin Pala
Subject: system monitoring patch (new service check)
Date: Thu, 17 Nov 2005 12:28:18 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051007 Debian/1.7.12-1

Hi,

here is the implementation of the general system check (monitoring of CPU usage, load average and memory usage on the global/system-wide level).

Example usage:

--8<--
 check system myhost.mydomain.tld
   if loadavg (1min) > 3.5 then alert
   if loadavg (5min) > 2 then alert
   if memory usage > 75% then alert
   if cpu usage (user) > 70% then alert
   if cpu usage (system) > 30% then alert
   if cpu usage (wait) > 20% then alert
--8<--


May i add it to the cvs?

Martin



Attachment: system_20051117-02.patch
Description: application/unknown


reply via email to

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