monit-general
[Top][All Lists]
Advanced

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

Memory usage status


From: Peter Pichler
Subject: Memory usage status
Date: Thu, 11 Apr 2013 14:48:03 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1

Hi,

I am trying to observe the memory usage of my virtual machine webserver (debian 6.0.7).
So I installed monit (apt-get install monit), set up the monit webserver + tried to observer the general usage of system ressources + apache2 + mysql

I added this to my configuration:

check system localhost
 if loadavg (1min) > 4 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

On the website it says for all the things always 0%:

System

Status

Load

CPU

Memory

localhost running [0.02] [0.01] [0.00] 0.0%us, 0.0%sy, 0.0%wa 0.0% [0 kB]

I would appreciate help what I am doing wrong.

Thanks for your efforts,
Peter

reply via email to

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