python.d.conf 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. # netdata python.d.plugin configuration
  2. #
  3. # This file is in YaML format.
  4. # Generally the format is:
  5. #
  6. # name: value
  7. #
  8. # Enable / disable the whole python.d.plugin (all its modules)
  9. enabled: yes
  10. # Prevent log flood
  11. # Define how many log messages can be written to log file in one log_interval
  12. logs_per_interval: 200
  13. # Define how long is one logging interval (in seconds)
  14. log_interval: 3600
  15. # ----------------------------------------------------------------------
  16. # Enable / Disable python.d.plugin modules
  17. #default_run: yes
  18. #
  19. # If "default_run" = "yes" the default for all modules is enabled (yes).
  20. # Setting any of these to "no" will disable it.
  21. #
  22. # If "default_run" = "no" the default for all modules is disabled (no).
  23. # Setting any of these to "yes" will enable it.
  24. # apache_cache has been replaced by web_log
  25. apache_cache: no
  26. # apache: yes
  27. # bind_rndc: yes
  28. # chrony: yes
  29. # couchdb: yes
  30. # cpufreq: yes
  31. # cpuidle: yes
  32. # dns_query_time: yes
  33. # dovecot: yes
  34. # elasticsearch: yes
  35. # this is just an example
  36. example: no
  37. # exim: yes
  38. # fail2ban: yes
  39. # freeradius: yes
  40. # gunicorn_log has been replaced by web_log
  41. gunicorn_log: no
  42. go_expvar: no
  43. # haproxy: yes
  44. # hddtemp: yes
  45. # ipfs: yes
  46. # isc_dhcpd: yes
  47. # mdstat: yes
  48. # memcached: yes
  49. # mysql: yes
  50. # nginx: yes
  51. # nsd: yes
  52. # nginx_log has been replaced by web_log
  53. nginx_log: no
  54. # ovpn_status_log: yes
  55. # phpfpm: yes
  56. # postfix: yes
  57. # postgres: yes
  58. # rabbitmq: yes
  59. # redis: yes
  60. # retroshare: yes
  61. # sensors: yes
  62. # samba: yes
  63. # smartd_log: yes
  64. # squid: yes
  65. # tomcat: yes
  66. # varnish: yes
  67. # web_log: yes