summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2016-03-07 17:10:10 +0100
committerAlessio Sergi <al3hex@gmail.com>2016-03-07 17:22:17 +0100
commit46846b49c073cf14571937f9d0298610efc55d98 (patch)
tree78bfe61370961281b4eaee6e82bddb41b4993ffa /conf
parent12f20feb31e584dbb9b1ad2748a012cdc7dd4452 (diff)
Disable the folders section in the shipped configuration file
...otherwise the plugin will be enabled in Python 3.5+ by default.
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf18
1 files changed, 9 insertions, 9 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 350e7dfb..25079ade 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -101,7 +101,7 @@ critical=90
# Allow additionnals files types (comma-separated FS type)
#allow=zfs
-[folders]
+#[folders]
# Define a folder list to monitor
# The list is composed of items (list_#nb <= 10)
# An item is defined by:
@@ -109,14 +109,14 @@ critical=90
# * careful: optional careful threshold (in MB)
# * warning: optional warning threshold (in MB)
# * critical: optional critical threshold (in MB)
-folder_1_path=/tmp
-folder_1_careful=2500
-folder_1_warning=3000
-folder_1_critical=3500
-folder_2_path=/home/nicolargo/Videos
-folder_2_warning=17000
-folder_2_critical=20000
-folder_3_path=/nonexisting
+#folder_1_path=/tmp
+#folder_1_careful=2500
+#folder_1_warning=3000
+#folder_1_critical=3500
+#folder_2_path=/home/nicolargo/Videos
+#folder_2_warning=17000
+#folder_2_critical=20000
+#folder_3_path=/nonexisting
[sensors]
# Sensors core thresholds (in Celsius...)