summaryrefslogtreecommitdiffstats
path: root/docker-compose/glances.conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-03-11 11:13:23 +0100
committernicolargo <nicolas@nicolargo.com>2023-03-11 11:13:23 +0100
commit7a60fcd010e5d5c6228632945b346542915bd4e3 (patch)
tree552222514ea99a40e8643b899ff997412d24a0c4 /docker-compose/glances.conf
parent3456afac69806edaa364b52fb4e078ca19bbbc92 (diff)
Links to documents in sample glances.conf are not valid. #2271
Diffstat (limited to 'docker-compose/glances.conf')
-rw-r--r--docker-compose/glances.conf13
1 files changed, 9 insertions, 4 deletions
diff --git a/docker-compose/glances.conf b/docker-compose/glances.conf
index 78cb3174..d666b01a 100644
--- a/docker-compose/glances.conf
+++ b/docker-compose/glances.conf
@@ -237,12 +237,12 @@ critical=90
#allow=shm
[irq]
-# Documentation: https://glances.readthedocs.io/en/stable/aoa/irq.html
+# Documentation: https://glances.readthedocs.io/en/latest/aoa/irq.html
# This plugin is disabled by default
disable=True
[folders]
-# Documentation: https://glances.readthedocs.io/en/stable/aoa/folders.html
+# Documentation: https://glances.readthedocs.io/en/latest/aoa/folders.html
disable=False
# Define a folder list to monitor
# The list is composed of items (list_#nb <= 10)
@@ -263,13 +263,18 @@ disable=False
#folder_3_path=/nonexisting
#folder_4_path=/root
+[cloud]
+# Documentation: https://glances.readthedocs.io/en/latest/aoa/cloud.html
+# This plugin is disabled by default
+disable=True
+
[raid]
-# Documentation: https://glances.readthedocs.io/en/stable/aoa/raid.html
+# Documentation: https://glances.readthedocs.io/en/latest/aoa/raid.html
# This plugin is disabled by default
disable=True
[smart]
-# Documentation: https://glances.readthedocs.io/en/stable/aoa/smart.html
+# Documentation: https://glances.readthedocs.io/en/latest/aoa/smart.html
# This plugin is disabled by default
disable=True