python.d.conf 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. # adaptec_raid: yes
  24. # alarms: yes
  25. # am2320: yes
  26. # anomalies: no
  27. # beanstalk: yes
  28. # bind_rndc: yes
  29. # boinc: yes
  30. # ceph: yes
  31. # changefinder: no
  32. # dockerd: yes
  33. # dovecot: yes
  34. # this is just an example
  35. example: no
  36. # exim: yes
  37. # fail2ban: yes
  38. # gearman: yes
  39. go_expvar: no
  40. # haproxy: yes
  41. # hddtemp: yes
  42. hpssa: no
  43. # icecast: yes
  44. # ipfs: yes
  45. # litespeed: yes
  46. logind: no
  47. # megacli: yes
  48. # memcached: yes
  49. # mongodb: yes
  50. # monit: yes
  51. # nginx_plus: yes
  52. # nvidia_smi: yes
  53. # nsd: yes
  54. # ntpd: yes
  55. # openldap: yes
  56. # oracledb: yes
  57. # postfix: yes
  58. # postgres: yes
  59. # proxysql: yes
  60. # puppet: yes
  61. # rabbitmq: yes
  62. # rethinkdbs: yes
  63. # retroshare: yes
  64. # riakkv: yes
  65. # samba: yes
  66. # sensors: yes
  67. # smartd_log: yes
  68. # spigotmc: yes
  69. # springboot: yes
  70. # squid: yes
  71. # traefik: yes
  72. # tomcat: yes
  73. # tor: yes
  74. # uwsgi: yes
  75. # varnish: yes
  76. # w1sensor: yes
  77. # zscores: no