summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2016-12-22 12:00:44 +0100
committerAlessio Sergi <al3hex@gmail.com>2016-12-22 12:00:44 +0100
commite8ccb6443746715fe25d1b90b83ed92b6e980d0a (patch)
tree2fc4607dc0aabb660a45533b3cfcdd5423ceb97c /conf
parent904e0f1f32c768970b68a467235adc8aea668b1b (diff)
Some minor fixes and misspelling
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 03e5baa6..89b0d28b 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -3,7 +3,7 @@
##############################################################################
[global]
-# Does Glances should check if a newer version is available on Pypi ?
+# Does Glances should check if a newer version is available on PyPI ?
check_update=true
# History size (maximum number of values)
# Default is 28800: 1 day with 1 point every 3 seconds (default refresh time)
@@ -48,12 +48,12 @@ steal_warning=70
steal_critical=90
#steal_log=True
# I/O wait percentage should be lower than 1/# (of CPU cores)
-# Let commented for default config (1/#-20% / 1/#-10% / 1/#)
+# Leave commented to just use the default config (1/#-20% / 1/#-10% / 1/#)
#iowait_careful=30
#iowait_warning=40
#iowait_critical=50
# Context switch limit (core / second)
-# Let commented for default config (critical is 56000/# (of CPU core))
+# Leave commented to just use the default config (critical is 56000/# (of CPU core))
#ctx_switches_careful=10000
#ctx_switches_warning=12000
#ctx_switches_critical=14000
@@ -211,7 +211,7 @@ mem_critical=90
# Ports scanner plugin configuration
# Interval in second between two scans
refresh=30
-# Set the default timeout (in second) for a scan (can be overwrite in the scan list)
+# Set the default timeout (in second) for a scan (can be overwritten in the scan list)
timeout=3
# If port_default_gateway is True, add the default gateway on top of the scan list
port_default_gateway=True
@@ -365,7 +365,7 @@ prefix=G
# * regex: Regular expression to filter the process(es)
# * refresh: The AMP is executed every refresh seconds
# * one_line: (optional) Force (if true) the AMP to be displayed in one line
-* * command: (optional) command to execute when the process is detected (thk to the regex)
+# * command: (optional) command to execute when the process is detected (thk to the regex)
# * countmin: (optional) minimal number of processes
# A warning will be displayed if number of process < count
# * countmax: (optional) maximum number of processes