charts.d.conf 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. # This is the configuration for charts.d.plugin
  2. # Each of its collectors can read configuration eiher 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. # nut=yes
  30. # opensips=yes
  31. # -----------------------------------------------------------------------------
  32. # THESE NEED TO BE SET TO "force" TO BE ENABLED
  33. # Nothing useful.
  34. # Just an example charts.d plugin you can use as a template.
  35. # example=force
  36. # OLD MODULES THAT ARE NOW SERVED BY python.d.plugin
  37. # apache=force
  38. # cpufreq=force
  39. # exim=force
  40. # hddtemp=force
  41. # mysql=force
  42. # nginx=force
  43. # phpfpm=force
  44. # postfix=force
  45. # sensors=force
  46. # squid=force
  47. # tomcat=force
  48. # OLD MODULES THAT ARE NOW SERVED BY NETDATA DAEMON
  49. # cpu_apps=force
  50. # mem_apps=force
  51. # load_average=force