summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2014-01-04 13:17:00 +0100
committerAlessio Sergi <al3hex@gmail.com>2014-01-04 13:17:00 +0100
commite0ec5e0569c032b997e6b6f914cf15d7230b2a28 (patch)
treeb371ce9afc93ff3f3a50fbc07bdac35337b98830 /conf
parent6acd6cc6caf2df7e30eb2291b6d3a447e3555271 (diff)
Fix typos in config file
Diffstat (limited to 'conf')
-rw-r--r--conf/glances-monitor.conf50
-rw-r--r--conf/glances.conf50
2 files changed, 50 insertions, 50 deletions
diff --git a/conf/glances-monitor.conf b/conf/glances-monitor.conf
index 22b27fad..2316f135 100644
--- a/conf/glances-monitor.conf
+++ b/conf/glances-monitor.conf
@@ -1,17 +1,17 @@
[cpu]
-# Limits values for CPU user in %
-# Defaults values if not defined: 50/70/90
+# Limit values for CPU user in %
+# Default values if not defined: 50/70/90
user_careful=50
user_warning=70
user_critical=90
-# Limits values for CPU system in %
-# Defaults values if not defined: 50/70/90
+# Limit values for CPU system in %
+# Default values if not defined: 50/70/90
system_careful=50
system_warning=70
system_critical=90
-# Limits values for CPU iowait in %
-# Defaults values if not defined: 40/60/80
-# Not easy to tweek...
+# 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)
@@ -20,8 +20,8 @@ iowait_warning=60
iowait_critical=80
[load]
-# Value * Core
-# Defaults values if not defined: 0.7/1.0/5.0 per Core
+# Value * number of cores
+# Default values if not defined: 0.7/1.0/5.0 per number of cores
# Source: http://blog.scoutapp.com/articles/2009/07/31/understanding-load-averages
# http://www.linuxjournal.com/article/9001
careful=0.7
@@ -29,64 +29,64 @@ warning=1.0
critical=5.0
[memory]
-# Defaults limits for free RAM memory in %
-# Defaults values if not defined: 50/70/90
+# Default limits for free RAM memory in %
+# Default values if not defined: 50/70/90
careful=50
warning=70
critical=90
[swap]
-# Defaults limits for free swap memory in %
-# Defaults values if not defined: 50/70/90
+# Default limits for free swap memory in %
+# Default values if not defined: 50/70/90
careful=50
warning=70
critical=90
[temperature]
# Temperatures in °C for sensors
-# Defaults values if not defined: 60/70/80
+# Default values if not defined: 60/70/80
careful=60
warning=70
critical=80
[hddtemperature]
# Temperatures in °C for hddtemp
-# Defaults values if not defined: 45/52/60
+# Default values if not defined: 45/52/60
careful=45
warning=52
critical=60
[filesystem]
-# Defaults limits for free filesytem space in %
-# Defaults values if not defined: 50/70/90
+# Default limits for free filesytem space in %
+# Default values if not defined: 50/70/90
careful=50
warning=70
critical=90
[process]
-# Limits values for CPU per process in %
-# Defaults values if not defined: 50/70/90
+# Limit values for CPU per process in %
+# Default values if not defined: 50/70/90
cpu_careful=50
cpu_warning=70
cpu_critical=90
-# Limits values for MEM per process in %
-# Defaults values if not defined: 50/70/90
+# Limit values for MEM per process in %
+# Default values if not defined: 50/70/90
mem_careful=50
mem_warning=70
mem_critical=90
[iodisk]
-# Define the list of hidden disks (comma separed)
+# Define the list of hidden disks (comma separeted)
#hide=sda2,sda5
[network]
-# Define the list of hidden network interfaces (comma separed)
+# Define the list of hidden network interfaces (comma separeted)
#hide=lo
[monitor]
# Define the list of processes to monitor
-# *** This section is optionnal ***
-# The list is composed of item (list_#nb <= 10)
+# *** This section is optional ***
+# The list is composed of items (list_#nb <= 10)
# An item is defined:
# * description: Description of the processes (max 16 chars)
# * regex: regular expression of the processes to monitor
diff --git a/conf/glances.conf b/conf/glances.conf
index 5ef649a8..d43434e0 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -1,17 +1,17 @@
[cpu]
-# Limits values for CPU user in %
-# Defaults values if not defined: 50/70/90
+# Limit values for CPU user in %
+# Default values if not defined: 50/70/90
user_careful=50
user_warning=70
user_critical=90
-# Limits values for CPU system in %
-# Defaults values if not defined: 50/70/90
+# Limit values for CPU system in %
+# Default values if not defined: 50/70/90
system_careful=50
system_warning=70
system_critical=90
-# Limits values for CPU iowait in %
-# Defaults values if not defined: 40/60/80
-# Not easy to tweek...
+# 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)
@@ -20,8 +20,8 @@ iowait_warning=60
iowait_critical=80
[load]
-# Value * Core
-# Defaults values if not defined: 0.7/1.0/5.0 per Core
+# Value * number of cores
+# Default values if not defined: 0.7/1.0/5.0 per number of cores
# Source: http://blog.scoutapp.com/articles/2009/07/31/understanding-load-averages
# http://www.linuxjournal.com/article/9001
careful=0.7
@@ -29,64 +29,64 @@ warning=1.0
critical=5.0
[memory]
-# Defaults limits for free RAM memory in %
-# Defaults values if not defined: 50/70/90
+# Default limits for free RAM memory in %
+# Default values if not defined: 50/70/90
careful=50
warning=70
critical=90
[swap]
-# Defaults limits for free swap memory in %
-# Defaults values if not defined: 50/70/90
+# Default limits for free swap memory in %
+# Default values if not defined: 50/70/90
careful=50
warning=70
critical=90
[temperature]
# Temperatures in °C for sensors
-# Defaults values if not defined: 60/70/80
+# Default values if not defined: 60/70/80
careful=60
warning=70
critical=80
[hddtemperature]
# Temperatures in °C for hddtemp
-# Defaults values if not defined: 45/52/60
+# Default values if not defined: 45/52/60
careful=45
warning=52
critical=60
[filesystem]
-# Defaults limits for free filesytem space in %
-# Defaults values if not defined: 50/70/90
+# Default limits for free filesytem space in %
+# Default values if not defined: 50/70/90
careful=50
warning=70
critical=90
[process]
-# Limits values for CPU per process in %
-# Defaults values if not defined: 50/70/90
+# Limit values for CPU per process in %
+# Default values if not defined: 50/70/90
cpu_careful=50
cpu_warning=70
cpu_critical=90
-# Limits values for MEM per process in %
-# Defaults values if not defined: 50/70/90
+# Limit values for MEM per process in %
+# Default values if not defined: 50/70/90
mem_careful=50
mem_warning=70
mem_critical=90
[iodisk]
-# Define the list of hidden disks (comma separed)
+# Define the list of hidden disks (comma separated)
#hide=sda2,sda5
[network]
-# Define the list of hidden network interfaces (comma separed)
+# Define the list of hidden network interfaces (comma separated)
#hide=lo
[monitor]
# Define the list of processes to monitor
-# *** This section is optionnal ***
-# The list is composed of item (list_#nb <= 10)
+# *** This section is optional ***
+# The list is composed of items (list_#nb <= 10)
# An item is defined:
# * description: Description of the processes (max 16 chars)
# * regex: regular expression of the processes to monitor