summaryrefslogtreecommitdiffstats
path: root/conf.d/python.d/hddtemp.conf
diff options
context:
space:
mode:
authorLennart Weller <lhw@ring0.de>2017-01-24 15:21:16 +0000
committerLennart Weller <lhw@ring0.de>2017-01-24 15:21:16 +0000
commitef0c127e7f95d2db2715b9e99fe758eebc7dabd3 (patch)
treeea5d62342aba06f376f3be63aab898503b56f3ec /conf.d/python.d/hddtemp.conf
parentupdate watch file and files-exclude (diff)
parentNew upstream version 1.5.0+dfsg (diff)
downloadnetdata-ef0c127e7f95d2db2715b9e99fe758eebc7dabd3.tar.xz
netdata-ef0c127e7f95d2db2715b9e99fe758eebc7dabd3.zip
Merge tag 'upstream/1.5.0+dfsg'
Upstream version 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: