python.d.conf 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. # alarms: yes
  27. # am2320: yes
  28. # anomalies: no
  29. apache_cache: no
  30. # beanstalk: yes
  31. # bind_rndc: yes
  32. # boinc: yes
  33. # ceph: yes
  34. chrony: no
  35. # changefinder: no
  36. # couchdb: yes
  37. # dns_query_time: yes
  38. # dnsdist: yes
  39. # dockerd: yes
  40. # dovecot: yes
  41. # elasticsearch: yes
  42. # energid: yes
  43. # this is just an example
  44. example: no
  45. # exim: yes
  46. # fail2ban: yes
  47. # freeradius: yes
  48. # gearman: yes
  49. go_expvar: no
  50. # gunicorn_log has been replaced by web_log
  51. gunicorn_log: no
  52. # haproxy: yes
  53. # hddtemp: yes
  54. # httpcheck: yes
  55. hpssa: no
  56. # icecast: yes
  57. # ipfs: yes
  58. # isc_dhcpd: yes
  59. # litespeed: yes
  60. logind: no
  61. # megacli: yes
  62. # memcached: yes
  63. # mongodb: yes
  64. # monit: yes
  65. # mysql: yes
  66. # nginx: yes
  67. # nginx_plus: yes
  68. # nvidia_smi: yes
  69. # nginx_log has been replaced by web_log
  70. nginx_log: no
  71. # nsd: yes
  72. # ntpd: yes
  73. # openldap: yes
  74. # oracledb: yes
  75. # ovpn_status_log: yes
  76. # phpfpm: yes
  77. # portcheck: yes
  78. # postfix: yes
  79. # postgres: yes
  80. # powerdns: yes
  81. # proxysql: yes
  82. # puppet: yes
  83. # rabbitmq: yes
  84. # redis: yes
  85. # rethinkdbs: yes
  86. # retroshare: yes
  87. # riakkv: yes
  88. # samba: yes
  89. # sensors: yes
  90. # smartd_log: yes
  91. # spigotmc: yes
  92. # springboot: yes
  93. # squid: yes
  94. # traefik: yes
  95. # tomcat: yes
  96. # tor: yes
  97. # uwsgi: yes
  98. # varnish: yes
  99. # w1sensor: yes
  100. # web_log: yes
  101. # zscores: no