hddtemp.conf 566 B

1234567891011121314151617181920212223
  1. # no need for shebang - this file is loaded from charts.d.plugin
  2. # netdata
  3. # real-time performance and health monitoring, done right!
  4. # (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
  5. # GPL v3+
  6. # THIS PLUGIN IS DEPRECATED
  7. # USE THE PYTHON.D ONE
  8. #hddtemp_host="localhost"
  9. #hddtemp_port="7634"
  10. # the data collection frequency
  11. # if unset, will inherit the netdata update frequency
  12. #hddtemp_update_every=3
  13. # the charts priority on the dashboard
  14. #hddtemp_priority=90000
  15. # the number of retries to do in case of failure
  16. # before disabling the module
  17. #hddtemp_retries=10