]> 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 34790e7c6027753531ee5875bca6517463e2af59..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 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:
+#
+# 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:
   name: 'local'
-  host: '127.0.0.1'
+  host: '::1'
   port: 7634