summaryrefslogtreecommitdiffstats
path: root/conf.d/python.d
diff options
context:
space:
mode:
authorlgz <ilyamaschenko@gmail.com>2017-10-15 00:05:57 +0900
committerlgz <ilyamaschenko@gmail.com>2017-10-20 13:51:13 +0900
commit230ab58e0b09d09e93b4690dbfb6e16f860c20a1 (patch)
tree01d98defbc1ed03de26ff48466dd12a8a82dbaf7 /conf.d/python.d
parent6e8bf817eb4bacb3445718523eadb6a7c384bdbb (diff)
"fahrenheit" functionality removed from "sensors" and "hddtemp"
Diffstat (limited to 'conf.d/python.d')
-rw-r--r--conf.d/python.d/hddtemp.conf3
-rw-r--r--conf.d/python.d/sensors.conf3
2 files changed, 1 insertions, 5 deletions
diff --git a/conf.d/python.d/hddtemp.conf b/conf.d/python.d/hddtemp.conf
index f74a09803a..0c78449b42 100644
--- a/conf.d/python.d/hddtemp.conf
+++ b/conf.d/python.d/hddtemp.conf
@@ -58,7 +58,6 @@
#
# 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
@@ -78,13 +77,11 @@
localhost:
name: 'local'
host: 'localhost'
- fahrenheit: False
port: 7634
localipv4:
name: 'local'
host: '127.0.0.1'
- fahrenheit: False
port: 7634
localipv6:
diff --git a/conf.d/python.d/sensors.conf b/conf.d/python.d/sensors.conf
index 2e9a41338e..dcf6796873 100644
--- a/conf.d/python.d/sensors.conf
+++ b/conf.d/python.d/sensors.conf
@@ -54,5 +54,4 @@ types:
# the prefix is matched (anything that starts like that)
#
#----------------------------------------------------------------------
-# To change celsius to fahrenheit uncomment line below
-#fahrenheit: True
+