]> arthur.barton.de Git - netdata.git/blobdiff - conf.d/python.d/hddtemp.conf
Changing hddtemp.chart.py to accept specified devices. Same way as [telegraph does...
[netdata.git] / conf.d / python.d / hddtemp.conf
index f3cb667a5e5b0256b636d89dd003a7a475cabfd4..0c78449b42eaecdc589a25f812d9a2fb013607c2 100644 (file)
 #     port: PORT             # the port to connect to
 #
 
-# 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
 #
 
 # ----------------------------------------------------------------------