sensors.conf 811 B

1234567891011121314151617181920212223242526272829303132
  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. # the directory the kernel keeps sensor data
  9. #sensors_sys_dir="/sys/devices"
  10. # how deep in the tree to check for sensor data
  11. #sensors_sys_depth=10
  12. # if set to 1, the script will overwrite internal
  13. # script functions with code generated ones
  14. # leave to 1, is faster
  15. #sensors_source_update=1
  16. # the data collection frequency
  17. # if unset, will inherit the netdata update frequency
  18. #sensors_update_every=
  19. # the charts priority on the dashboard
  20. #sensors_priority=90000
  21. # the number of retries to do in case of failure
  22. # before disabling the module
  23. #sensors_retries=10