summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2024-03-09 16:40:30 +0100
committernicolargo <nicolas@nicolargo.com>2024-03-09 16:40:30 +0100
commit2a0d6fba52050bab7feeeb307be0536283ac6607 (patch)
tree57ca49269712e1fe50b512292a4e36bb6390b031
parentd1a7f61cce94510be0026bcd98cc51eb0ef887ab (diff)
Update doc in the config file
-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 6c6510b2..8366e479 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)
+# System information to display (a string where {key} will be replaced by the value) in the Curses interface
# Available information are: hostname, os_name, os_version, os_arch, linux_distro, platform
#system_info_msg=({linux_distro} {platform} / {os_name} {os_version})
diff --git a/docker-compose/glances.conf b/docker-compose/glances.conf
index bb1ff481..cb5eeb97 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)
+# System information to display (a string where {key} will be replaced by the value) in the Curses interface
# Available information are: hostname, os_name, os_version, os_arch, linux_distro, platform
#system_info_msg=({linux_distro} {platform} / {os_name} {os_version})