summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2019-11-24 17:40:02 +0100
committernicolargo <nicolas@nicolargo.com>2019-11-24 17:40:02 +0100
commit3b11856926d9d512ba749033e67c326fb619fa3a (patch)
tree4c26540e15981be0ae5286d3548c67eb31050510 /conf
parent7bd6351bf27c316eaa9c25f76bf48d1b8a121d36 (diff)
Feature request: HDD S.M.A.R.T. reports #1288 (only terminal UI)
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf17
1 files changed, 14 insertions, 3 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index a69a1192..5a177068 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -186,7 +186,13 @@ critical=90
# Allow additional file system types (comma-separated FS type)
#allow=zfs
+[irq]
+# Documentation: https://glances.readthedocs.io/en/stable/aoa/irq.html
+# This plugin is disabled by default
+disable=True
+
[folders]
+# Documentation: https://glances.readthedocs.io/en/stable/aoa/folders.html
disable=False
# Define a folder list to monitor
# The list is composed of items (list_#nb <= 10)
@@ -207,10 +213,15 @@ disable=False
#folder_3_path=/nonexisting
#folder_4_path=/root
-[irq]
+[raid]
+# Documentation: https://glances.readthedocs.io/en/stable/aoa/raid.html
# This plugin is disabled by default
-# Documentation: https://glances.readthedocs.io/en/stable/aoa/irq.html
-disable=False
+disable=True
+
+[smart]
+# Documentation: https://glances.readthedocs.io/en/stable/aoa/smart.html
+# This plugin is disabled by default
+disable=True
[hddtemp]
disable=False