python.d.conf 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. # ----------------------------------------------------------------------
  11. # Enable / Disable python.d.plugin modules
  12. #default_run: yes
  13. #
  14. # If "default_run" = "yes" the default for all modules is enabled (yes).
  15. # Setting any of these to "no" will disable it.
  16. #
  17. # If "default_run" = "no" the default for all modules is disabled (no).
  18. # Setting any of these to "yes" will enable it.
  19. # Enable / Disable explicit garbage collection (full collection run). Default is enabled.
  20. gc_run: yes
  21. # Garbage collection interval in seconds. Default is 300.
  22. gc_interval: 300
  23. # apache: yes
  24. # apache_cache has been replaced by web_log
  25. # adaptec_raid: yes
  26. apache_cache: no
  27. # beanstalk: yes
  28. # bind_rndc: yes
  29. # boinc: yes
  30. # ceph: yes
  31. chrony: no
  32. # couchdb: yes
  33. # dns_query_time: yes
  34. # dnsdist: yes
  35. # dockerd: yes
  36. # dovecot: yes
  37. # elasticsearch: yes
  38. # this is just an example
  39. example: no
  40. # exim: yes
  41. # fail2ban: yes
  42. # freeradius: yes
  43. go_expvar: no
  44. # gunicorn_log has been replaced by web_log
  45. gunicorn_log: no
  46. # haproxy: yes
  47. # hddtemp: yes
  48. # httpcheck: yes
  49. # icecast: yes
  50. # ipfs: yes
  51. # isc_dhcpd: yes
  52. # litespeed: yes
  53. logind: no
  54. # megacli: yes
  55. # memcached: yes
  56. # mongodb: yes
  57. # monit: yes
  58. # mysql: yes
  59. # nginx: yes
  60. # nginx_plus: yes
  61. # nvidia_smi: yes
  62. # nginx_log has been replaced by web_log
  63. nginx_log: no
  64. # nsd: yes
  65. # ntpd: yes
  66. # openldap: yes
  67. # oracledb: yes
  68. # ovpn_status_log: yes
  69. # phpfpm: yes
  70. # portcheck: yes
  71. # postfix: yes
  72. # postgres: yes
  73. # powerdns: yes
  74. # proxysql: yes
  75. # puppet: yes
  76. # rabbitmq: yes
  77. # redis: yes
  78. # rethinkdbs: yes
  79. # retroshare: yes
  80. # samba: yes
  81. # sensors: yes
  82. # smartd_log: yes
  83. # spigotmc: yes
  84. # springboot: yes
  85. # squid: yes
  86. # traefik: yes
  87. # tomcat: yes
  88. # tor: yes
  89. unbound: no
  90. # uwsgi: yes
  91. # varnish: yes
  92. # w1sensor: yes
  93. # web_log: yes