summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2019-08-17 11:21:20 +0200
committernicolargo <nicolas@nicolargo.com>2019-08-17 11:21:20 +0200
commitf0e8ef44f20db1d8ae77c179f08ff9325a41f946 (patch)
treee6484c8bd064458cff40494532ea83ef0ae310c9 /conf
parent504450ca3a6249c336bb43bf08486b854689ce5f (diff)
Refactor all the way config file is loaded (now by each plugin). Should solve issues #1508.
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf8
1 files changed, 5 insertions, 3 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 87ae7660..07c6f0c7 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -188,15 +188,17 @@ critical=90
#folder_3_path=/nonexisting
#folder_4_path=/root
+[hddtemp]
+# Define hddtemp server IP and port (default is 127.0.0.1 and 7634 (TCP))
+host=127.0.0.1
+port=7634
+
[sensors]
# Sensors core thresholds (in Celsius...)
# Default values if not defined: 60/70/80
temperature_core_careful=60
temperature_core_warning=70
temperature_core_critical=80
-# Define hddtemp server IP and port (default is 127.0.0.1 and 7634 (TCP))
-hddtemp_host=127.0.0.1
-hddtemp_port=7634
# Temperatures threshold in °C for hddtemp
# Default values if not defined: 45/52/60
temperature_hdd_careful=45