summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2024-03-10 11:10:52 +0100
committernicolargo <nicolas@nicolargo.com>2024-03-10 11:10:52 +0100
commit6969d302abbf3ef4fdeacdd8c30c45b934d72564 (patch)
tree92059ae8973e25636289c5ffaa17e1c77c1f153b
parent49977dba57ac020e393d1f97ae29b028e879b9a4 (diff)
Update configuration file example regarding the #2695
-rw-r--r--conf/glances.conf2
-rw-r--r--docker-compose/glances.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index f7cf200d..ed530d4e 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -71,7 +71,7 @@ load_critical=500
disable=False
# Default refresh rate is 60 seconds
#refresh=60
-# System information to display (a string where {key} will be replaced by the value) in the Curses interface
+# System information to display (a string where {key} will be replaced by the value)
# Available information are: hostname, os_name, os_version, os_arch, linux_distro, platform
#system_info_msg= | My {os_name} system |
diff --git a/docker-compose/glances.conf b/docker-compose/glances.conf
index 2c16826b..f07ff1c0 100644
--- a/docker-compose/glances.conf
+++ b/docker-compose/glances.conf
@@ -71,7 +71,7 @@ load_critical=500
disable=False
# Default refresh rate is 60 seconds
#refresh=60
-# System information to display (a string where {key} will be replaced by the value) in the Curses interface
+# System information to display (a string where {key} will be replaced by the value)
# Available information are: hostname, os_name, os_version, os_arch, linux_distro, platform
#system_info_msg= | My {os_name} system |