summaryrefslogtreecommitdiffstats
path: root/docker-compose
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-10-15 11:45:12 +0200
committernicolargo <nicolas@nicolargo.com>2022-10-15 11:45:12 +0200
commit6ac163536da536fc496323948e67c4028e9f1e09 (patch)
tree8543fe4b619294c0d2b842c683af18bd4eab8493 /docker-compose
parent5511bbfd83c7990897396cb8f42af026121032ba (diff)
parenta4067cd856fea9e842f71a3b15012f5ba54ef567 (diff)
Merge branch 'develop' of github.com:nicolargo/glances into develop
Diffstat (limited to 'docker-compose')
-rw-r--r--docker-compose/glances.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/docker-compose/glances.conf b/docker-compose/glances.conf
index efcb0e95..02744a08 100644
--- a/docker-compose/glances.conf
+++ b/docker-compose/glances.conf
@@ -238,7 +238,7 @@ disable=False
# * careful: optional careful threshold (in MB)
# * warning: optional warning threshold (in MB)
# * critical: optional critical threshold (in MB)
-# * refresh: interval in second between two refreshs
+# * refresh: interval in second between two refreshes
#folder_1_path=/tmp
#folder_1_careful=2500
#folder_1_warning=3000
@@ -359,7 +359,7 @@ port_default_gateway=True
# web_x_url is the URL to monitor (example: http://my.site.com/folder)
# web_x_description is optional (if not set, define to URL)
# web_x_timeout is optional and overwrite the default timeout value
-# web_x_rtt_warning is optional and defines the warning respond time in ms (approximatively)
+# web_x_rtt_warning is optional and defines the warning respond time in ms (approximately)
#
#web_1_url=https://blog.nicolargo.com
#web_1_description=My Blog
@@ -372,10 +372,10 @@ port_default_gateway=True
[docker]
disable=False
-# Only show specific containers (comma separeted list of container name or regular expression)
+# Only show specific containers (comma separated list of container name or regular expression)
# Comment this line to display all containers (default configuration)
#show=telegraf
-# Hide some containers (comma separeted list of container name or regular expression)
+# Hide some containers (comma separated list of container name or regular expression)
# Comment this line to display all containers (default configuration)
#hide=telegraf
# Define the maximum docker size name (default is 20 chars)
@@ -440,7 +440,7 @@ path=/tmp
# generate_every to a non zero value corresponding to the seconds between
# two generation. Set it to 0 to disable graph auto generation.
generate_every=60
-# See followings configuration keys definitions in the Pygal lib documentation
+# See following configuration keys definitions in the Pygal lib documentation
# http://pygal.org/en/stable/documentation/index.html
width=800
height=600
@@ -465,7 +465,7 @@ db=glances
# => foo.mem
# You can also use dynamic values
#prefix=foo
-# Followings tags will be added for all measurements
+# Following tags will be added for all measurements
# You can also use dynamic values.
# Note: hostname is always added as a tag
#tags=foo:bar,spam:eggs,domain:`domainname`
@@ -485,7 +485,7 @@ token=EjFUTWe8U-MIseEAkaVIgVnej_TrnbdvEcRkaB1imstW7gapSqy6_6-8XD-yd51V0zUUpDy-kA
# => foo.mem
# You can also use dynamic values
#prefix=foo
-# Followings tags will be added for all measurements
+# Following tags will be added for all measurements
# You can also use dynamic values.
# Note: hostname is always added as a tag
#tags=foo:bar,spam:eggs,domain:`domainname`