summaryrefslogtreecommitdiffstats
path: root/docker-compose
diff options
context:
space:
mode:
authorKian-Meng Ang <kianmeng@cpan.org>2022-10-03 21:53:24 +0800
committerKian-Meng Ang <kianmeng@cpan.org>2022-10-03 21:53:24 +0800
commit4046fbb18cf16be684ada228314c1f328779a3c1 (patch)
treedaabcac63a1543d6514711cb2f4fcb76095277ba /docker-compose
parent94d1e006926bf5f8c91289684329b30b0acfe3c0 (diff)
Fix typos
Found via `codespell -S ./venv,./glances/outputs,*.svg -L hart,bu,te,statics`
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`