charts.d.conf 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # This is the configuration for charts.d.plugin
  2. # Each of its collectors can read configuration either from this file
  3. # or a NAME.conf file (where NAME is the collector name).
  4. # The collector specific file has higher precedence.
  5. # This file is a shell script too.
  6. # -----------------------------------------------------------------------------
  7. # number of seconds to run without restart
  8. # after this time, charts.d.plugin will exit
  9. # netdata will restart it, but a small gap
  10. # will appear in the charts.d.plugin charts.
  11. #restart_timeout=$[3600 * 4]
  12. # when making iterations, charts.d can loop more frequently
  13. # to prevent plugins missing iterations.
  14. # this is a percentage relative to update_every to align its
  15. # iterations.
  16. # The minimum is 10%, the maximum 100%.
  17. # So, if update_every is 1 second and time_divisor is 50,
  18. # charts.d will iterate every 500ms.
  19. # Charts will be called to collect data only if the time
  20. # passed since the last time the collected data is equal or
  21. # above their update_every.
  22. #time_divisor=50
  23. # -----------------------------------------------------------------------------
  24. # the default enable/disable for all charts.d collectors
  25. # the default is "yes"
  26. # enable_all_charts="yes"
  27. # BY DEFAULT ENABLED MODULES
  28. # ap=yes
  29. # apcupsd=yes
  30. # libreswan=yes
  31. # nut=yes
  32. # opensips=yes
  33. # -----------------------------------------------------------------------------
  34. # THESE NEED TO BE SET TO "force" TO BE ENABLED
  35. # Nothing useful.
  36. # Just an example charts.d plugin you can use as a template.
  37. # example=force
  38. # sensors=force