summaryrefslogtreecommitdiffstats
path: root/conf.d/python.d/hddtemp.conf
diff options
context:
space:
mode:
authorLennart Weller <lhw@ring0.de>2017-01-24 15:21:09 +0000
committerLennart Weller <lhw@ring0.de>2017-01-24 15:21:09 +0000
commit3ed3b02ed96ddab1c084811f3579b3a2aec83e04 (patch)
tree7a61ab288ae47800c4f11be5677d6ad8288dcd98 /conf.d/python.d/hddtemp.conf
parentNew upstream version 1.4.0+dfsg (diff)
downloadnetdata-3ed3b02ed96ddab1c084811f3579b3a2aec83e04.tar.xz
netdata-3ed3b02ed96ddab1c084811f3579b3a2aec83e04.zip
New upstream version 1.5.0+dfsgupstream/1.5.0+dfsg
Diffstat (limited to 'conf.d/python.d/hddtemp.conf')
-rw-r--r--conf.d/python.d/hddtemp.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.d/python.d/hddtemp.conf b/conf.d/python.d/hddtemp.conf
index 0c78449b4..f74a09803 100644
--- a/conf.d/python.d/hddtemp.conf
+++ b/conf.d/python.d/hddtemp.conf
@@ -58,6 +58,7 @@
#
# host: 'IP or HOSTNAME' # the host to connect to
# port: PORT # the port to connect to
+# fahrenheit: True/False # fahrenheit instead of celsius. Default is False
#
# By default this module will try to autodetect disks
@@ -77,11 +78,13 @@
localhost:
name: 'local'
host: 'localhost'
+ fahrenheit: False
port: 7634
localipv4:
name: 'local'
host: '127.0.0.1'
+ fahrenheit: False
port: 7634
localipv6: