mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-28 05:42:57 +03:00
Links to documents in sample glances.conf are not valid. #2271
This commit is contained in:
parent
3456afac69
commit
7a60fcd010
@ -237,12 +237,12 @@ critical=90
|
|||||||
#allow=shm
|
#allow=shm
|
||||||
|
|
||||||
[irq]
|
[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
|
# This plugin is disabled by default
|
||||||
disable=True
|
disable=True
|
||||||
|
|
||||||
[folders]
|
[folders]
|
||||||
# Documentation: https://glances.readthedocs.io/en/stable/aoa/folders.html
|
# Documentation: https://glances.readthedocs.io/en/latest/aoa/folders.html
|
||||||
disable=False
|
disable=False
|
||||||
# Define a folder list to monitor
|
# Define a folder list to monitor
|
||||||
# The list is composed of items (list_#nb <= 10)
|
# The list is composed of items (list_#nb <= 10)
|
||||||
@ -264,17 +264,17 @@ disable=False
|
|||||||
#folder_4_path=/root
|
#folder_4_path=/root
|
||||||
|
|
||||||
[cloud]
|
[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
|
# This plugin is disabled by default
|
||||||
disable=True
|
disable=True
|
||||||
|
|
||||||
[raid]
|
[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
|
# This plugin is disabled by default
|
||||||
disable=True
|
disable=True
|
||||||
|
|
||||||
[smart]
|
[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
|
# This plugin is disabled by default
|
||||||
disable=True
|
disable=True
|
||||||
|
|
||||||
|
@ -237,12 +237,12 @@ critical=90
|
|||||||
#allow=shm
|
#allow=shm
|
||||||
|
|
||||||
[irq]
|
[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
|
# This plugin is disabled by default
|
||||||
disable=True
|
disable=True
|
||||||
|
|
||||||
[folders]
|
[folders]
|
||||||
# Documentation: https://glances.readthedocs.io/en/stable/aoa/folders.html
|
# Documentation: https://glances.readthedocs.io/en/latest/aoa/folders.html
|
||||||
disable=False
|
disable=False
|
||||||
# Define a folder list to monitor
|
# Define a folder list to monitor
|
||||||
# The list is composed of items (list_#nb <= 10)
|
# The list is composed of items (list_#nb <= 10)
|
||||||
@ -263,13 +263,18 @@ disable=False
|
|||||||
#folder_3_path=/nonexisting
|
#folder_3_path=/nonexisting
|
||||||
#folder_4_path=/root
|
#folder_4_path=/root
|
||||||
|
|
||||||
|
[cloud]
|
||||||
|
# Documentation: https://glances.readthedocs.io/en/latest/aoa/cloud.html
|
||||||
|
# This plugin is disabled by default
|
||||||
|
disable=True
|
||||||
|
|
||||||
[raid]
|
[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
|
# This plugin is disabled by default
|
||||||
disable=True
|
disable=True
|
||||||
|
|
||||||
[smart]
|
[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
|
# This plugin is disabled by default
|
||||||
disable=True
|
disable=True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user