python.d.conf 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. # dovecot: yes
  33. # this is just an example
  34. example: no
  35. # exim: yes
  36. # fail2ban: yes
  37. # gearman: yes
  38. go_expvar: no
  39. # haproxy: yes
  40. # hddtemp: yes
  41. hpssa: no
  42. # icecast: yes
  43. # ipfs: yes
  44. # litespeed: yes
  45. # megacli: yes
  46. # memcached: yes
  47. # mongodb: yes
  48. # monit: yes
  49. # nvidia_smi: yes
  50. # nsd: yes
  51. # openldap: yes
  52. # oracledb: yes
  53. # pandas: yes
  54. # postfix: yes
  55. # puppet: yes
  56. # rethinkdbs: yes
  57. # retroshare: yes
  58. # riakkv: yes
  59. # samba: yes
  60. # sensors: yes
  61. # smartd_log: yes
  62. # spigotmc: yes
  63. # squid: yes
  64. # traefik: yes
  65. # tomcat: yes
  66. # tor: yes
  67. # uwsgi: yes
  68. # varnish: yes
  69. # w1sensor: yes
  70. # zscores: no