]> arthur.barton.de Git - netdata.git/commit
Fix issues using manual list of drives in hddtemp
authorRichard Sanger <rsangerarj@gmail.com>
Sun, 4 Sep 2016 08:06:49 +0000 (20:06 +1200)
committerRichard Sanger <rsangerarj@gmail.com>
Sun, 4 Sep 2016 08:21:16 +0000 (20:21 +1200)
commit197b1f01ad7373841219a489ae26de9caf017c6f
tree7f68a1efd289a48c49e87140b5fd88b9d8ed3962
parentd1827e35b0ed25dcb857fed31c294685d05873a0
Fix issues using manual list of drives in hddtemp
* Replaces print(disks) with an info log, otherwise netdata tries to
  interpret this as a command and breaks all scripts.
* Remove checking for the existence of drives, this makes it useful
  for monitoring remote hosts or from within a docker.
python.d/hddtemp.chart.py