python.d.conf 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. # cpufreq: yes
  29. # cpuidle: yes
  30. # dns_query_time: yes
  31. # dovecot: yes
  32. # elasticsearch: yes
  33. # this is just an example
  34. example: no
  35. # exim: yes
  36. # fail2ban: yes
  37. # freeradius: yes
  38. # gunicorn_log has been replaced by web_log
  39. gunicorn_log: no
  40. go_expvar: no
  41. # haproxy: yes
  42. # hddtemp: yes
  43. # ipfs: yes
  44. # isc_dhcpd: yes
  45. # mdstat: yes
  46. # memcached: yes
  47. # mysql: yes
  48. # nginx: yes
  49. # nsd: yes
  50. # nginx_log has been replaced by web_log
  51. nginx_log: no
  52. # ovpn_status_log: yes
  53. # phpfpm: yes
  54. # postfix: yes
  55. # postgres: yes
  56. # rabbitmq: yes
  57. # redis: yes
  58. # retroshare: yes
  59. # sensors: yes
  60. # samba: yes
  61. # smartd_log: yes
  62. # squid: yes
  63. # tomcat: yes
  64. # varnish: yes
  65. # web_log: yes