From 7a60fcd010e5d5c6228632945b346542915bd4e3 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 11 Mar 2023 11:13:23 +0100 Subject: [PATCH] Links to documents in sample glances.conf are not valid. #2271 --- conf/glances.conf | 10 +++++----- docker-compose/glances.conf | 13 +++++++++---- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/conf/glances.conf b/conf/glances.conf index 8057a7be..b273e5ea 100644 --- a/conf/glances.conf +++ b/conf/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) @@ -264,17 +264,17 @@ disable=False #folder_4_path=/root [cloud] -# Documentation: https://glances.readthedocs.io/en/stable/aoa/cloud.html +# 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 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