summaryrefslogtreecommitdiffstats
path: root/conf/glances.conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2019-08-13 10:50:10 +0200
committernicolargo <nicolas@nicolargo.com>2019-08-13 10:50:10 +0200
commit848740e5b303f6de733d065defdc359fb031c64d (patch)
tree046b3659517b43b9c8700ff979ae6c44cf3277be /conf/glances.conf
parent55752a97884f1ad8d7b94cedeb86e1b30c4e9ad2 (diff)
HDDTEMP config IP? #1508
Diffstat (limited to 'conf/glances.conf')
-rw-r--r--conf/glances.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index b8a6e961..87ae7660 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -194,6 +194,9 @@ critical=90
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