charts.d.conf 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. # 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. # OLD MODULES THAT ARE NOW SERVED BY python.d.plugin
  39. # apache=force
  40. # cpufreq=force
  41. # exim=force
  42. # hddtemp=force
  43. # mysql=force
  44. # nginx=force
  45. # phpfpm=force
  46. # postfix=force
  47. # sensors=force
  48. # squid=force
  49. # tomcat=force
  50. # OLD MODULES THAT ARE NOW SERVED BY NETDATA DAEMON
  51. # cpu_apps=force
  52. # mem_apps=force
  53. # load_average=force