python.d.conf 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. apache_cache: no
  26. # beanstalk: yes
  27. # bind_rndc: yes
  28. # boinc: yes
  29. # ceph: yes
  30. chrony: no
  31. # couchdb: yes
  32. # cpufreq: yes
  33. # cpuidle: yes
  34. # dns_query_time: yes
  35. # dnsdist: 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. # icecast: yes
  49. # ipfs: yes
  50. # isc_dhcpd: yes
  51. # linux_power_supply: yes
  52. # litespeed: yes
  53. logind: no
  54. # mdstat: 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. # ovpn_status_log: yes
  68. # phpfpm: yes
  69. # postfix: yes
  70. # postgres: yes
  71. # powerdns: yes
  72. # proxysql: yes
  73. # puppet: yes
  74. # rabbitmq: yes
  75. # redis: yes
  76. # rethinkdbs: yes
  77. # retroshare: yes
  78. # samba: yes
  79. # sensors: yes
  80. # smartd_log: yes
  81. # spigotmc: yes
  82. # springboot: yes
  83. # squid: yes
  84. # tomcat: yes
  85. # tor: yes
  86. unbound: no
  87. # uwsgi: yes
  88. # varnish: yes
  89. # w1sensor: yes
  90. # web_log: yes