]> arthur.barton.de Git - netdata.git/blobdiff - conf.d/python.d/hddtemp.conf
ab-debian 0.20170327.01-0ab1, upstream v1.6.0-42-gaa6b96fc
[netdata.git] / conf.d / python.d / hddtemp.conf
index f3cb667a5e5b0256b636d89dd003a7a475cabfd4..f74a09803aa2bb7e89d11611dab36cce14f863d6 100644 (file)
 #
 #     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 number of disks.
-# However this can be overridden by setting variable `disk_count` to
-# desired number of disks. Example for two disks:
+# By default this module will try to autodetect disks
+# (autodetection works only for disk which names start with "sd").
+# However this can be overridden by setting variable `disks` to
+# array of desired disks. Example for two disks:
 #
-# disk_count: 2
+# devices:
+#   - sda
+#   - sdb
 #
 
 # ----------------------------------------------------------------------
 localhost:
   name: 'local'
   host: 'localhost'
+  fahrenheit: False
   port: 7634
 
 localipv4:
   name: 'local'
   host: '127.0.0.1'
+  fahrenheit: False
   port: 7634
 
 localipv6: