summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNicolas Hennion <nicolas@nicolargo.com>2014-02-15 12:16:09 +0100
committerNicolas Hennion <nicolas@nicolargo.com>2014-02-15 12:16:09 +0100
commitd038e619f4af95bb85a9963537be9ee7bfb6ca0f (patch)
tree9c2666662683de8bd67d183a2fd5f6b04b72beff /conf
parent5c4d3eca4da61bcf81ed79a4d7d58521b5306cb9 (diff)
Add NET+DISKIO+FS to the sidebar
Diffstat (limited to 'conf')
-rw-r--r--conf/glances-monitor.conf51
1 files changed, 16 insertions, 35 deletions
diff --git a/conf/glances-monitor.conf b/conf/glances-monitor.conf
index ba8a92ef..6ec8a31e 100644
--- a/conf/glances-monitor.conf
+++ b/conf/glances-monitor.conf
@@ -3,31 +3,12 @@
careful=50
warning=70
critical=90
-# Limit values for CPU user in %
-# Default values if not defined: 50/70/90
-user_careful=50
-user_warning=70
-user_critical=90
-# Limit values for CPU system in %
+
+[percpu]
# Default values if not defined: 50/70/90
-system_careful=50
-system_warning=70
-system_critical=90
-# Limit values for CPU iowait in %
-# Default values if not defined: 40/60/80
-# Not easy to tweak...
-# Source: http://blog.scoutapp.com/articles/2011/02/10/understanding-disk-i-o-when-should-you-be-worried
-# http://blog.logicmonitor.com/2011/04/20/troubleshooting-server-performance-and-application-monitoring-a-real-example/
-# http://blog.developpeur-neurasthenique.fr/auto-hebergement-iowait-ma-tuer-1-2-vmstat-mpstat-atop-pidstat.html (FR)
-iowait_careful=40
-iowait_warning=60
-iowait_critical=80
-# Limit values for CPU steal in %
-# Default values if not defined: 10/15/20
-# Source: http://blog.scoutapp.com/articles/2013/07/25/understanding-cpu-steal-time-when-should-you-be-worried
-steal_careful=10
-steal_warning=15
-steal_critical=20
+careful=50
+warning=70
+critical=90
[load]
# Value * number of cores
@@ -56,6 +37,17 @@ critical=90
# Define the list of hidden network interfaces (comma separeted)
#hide=lo
+[diskio]
+# Define the list of hidden disks (comma separeted)
+#hide=sda2,sda5
+
+[fs]
+# Default limits for free filesytem space in %
+# Default values if not defined: 50/70/90
+careful=50
+warning=70
+critical=90
+
[temperature]
# Temperatures in °C for sensors
# Default values if not defined: 60/70/80
@@ -70,13 +62,6 @@ careful=45
warning=52
critical=60
-[filesystem]
-# Default limits for free filesytem space in %
-# Default values if not defined: 50/70/90
-careful=50
-warning=70
-critical=90
-
[process]
# Limit values for CPU per process in %
# Default values if not defined: 50/70/90
@@ -89,10 +74,6 @@ mem_careful=50
mem_warning=70
mem_critical=90
-[iodisk]
-# Define the list of hidden disks (comma separeted)
-#hide=sda2,sda5
-
[monitor]
# Define the list of processes to monitor
# *** This section is optional ***