| 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 | |
| 9 | ## Enable / disable the whole python.d.plugin (all its modules) |
| 10 | enabled: yes |
| 11 | |
| 12 | ## ---------------------------------------------------------------------- |
| 13 | ## Enable / Disable python.d.plugin modules |
| 14 | #default_run: yes |
| 15 | ## |
| 16 | ## If "default_run" = "yes" the default for all modules is enabled (yes). |
| 17 | ## Setting any of these to "no" will disable it. |
| 18 | ## |
| 19 | ## If "default_run" = "no" the default for all modules is disabled (no). |
| 20 | ## Setting any of these to "yes" will enable it. |
| 21 | |
| 22 | ## Enable / Disable explicit garbage collection (full collection run). Default is enabled. |
| 23 | gc_run: yes |
| 24 | |
| 25 | ## Garbage collection interval in seconds. Default is 300. |
| 26 | gc_interval: 300 |
| 27 | |
| 28 | # am2320: yes |
| 29 | # this is just an example |
| 30 | go_expvar: no |
| 31 | # haproxy: yes |
| 32 | # pandas: yes |
| 33 | # retroshare: yes |
| 34 | # smartd_log: yes |
| 35 | # traefik: yes |
| 36 | # varnish: yes |
| 37 | |
| 38 | |
| 39 | ## Disabled for existing installations. |
| 40 | adaptec_raid: no # Removed (replaced with go.d/adaptercraid). |
| 41 | apache: no # Removed (replaced with go.d/apache). |
| 42 | beanstalk: no # Removed (replaced with go.d/beanstalk). |
| 43 | boinc: no # Removed (replaced with go.d/boinc). |
| 44 | dovecot: no # Removed (replaced with go.d/dovecot). |
| 45 | ceph: no # Removed (replaced with go.d/ceph). |
| 46 | elasticsearch: no # Removed (replaced with go.d/elasticsearch). |
| 47 | exim: no # Removed (replaced with go.d/exim). |
| 48 | fail2ban: no # Removed (replaced with go.d/fail2ban). |
| 49 | freeradius: no # Removed (replaced with go.d/freeradius). |
| 50 | gearman: no # Removed (replaced with go.d/gearman). |
| 51 | hddtemp: no # Removed (replaced with go.d/hddtemp). |
| 52 | hpssa: no # Removed (replaced with go.d/hpssa). |
| 53 | icecast: no # Removed (replaced with go.d/icecast) |
| 54 | ipfs: no # Removed (replaced with go.d/ipfs). |
| 55 | litespeed: no # Removed (replaced with go.d/litespeed). |
| 56 | megacli: no # Removed (replaced with go.d/megacli). |
| 57 | memcached: no # Removed (replaced with go.d/memcached). |
| 58 | mongodb: no # Removed (replaced with go.d/mongodb). |
| 59 | monit: no # Removed (replaced with go.d/monit). |
| 60 | mysql: no # Removed (replaced with go.d/mysql). |
| 61 | nginx: no # Removed (replaced with go.d/nginx). |
| 62 | nsd: no # Removed (replaced with go.d/nsd). |
| 63 | nvidia_smi: no # Removed (replaced with go.d/nvidia_smi). |
| 64 | openldap: no # Removed (replaced with go.d/openldap). |
| 65 | oracledb: no # Removed (replaced with go.d/oracledb). |
| 66 | postfix: no # Removed (replaced with go.d/postfix). |
| 67 | postgres: no # Removed (replaced with go.d/postgres). |
| 68 | proxysql: no # Removed (replaced with go.d/proxysql). |
| 69 | redis: no # Removed (replaced with go.d/redis). |
| 70 | rethinkdbs: no # Removed (replaced with go.d/rethinkdb). |
| 71 | riakkv: no # Removed (replaced with go.d/riak). |
| 72 | samba: no # Removed (replaced with go.d/samba). |
| 73 | sensors: no # Removed (replaced with go.d/sensors). |
| 74 | squid: no # Removed (replaced with go.d/squid). |
| 75 | spigotmc: no # Removed (replaced with go.d/spigotmc). |
| 76 | tomcat: no # Removed (replaced with go.d/tomcat) |
| 77 | tor: no # Removed (replaced with go.d/tor). |
| 78 | puppet: no # Removed (replaced with go.d/puppet). |
| 79 | uwsgi: no # Removed (replaced with go.d/uwsgi). |
| 80 | varnish: no # Removed (replaced with go.d/varnish). |
| 81 | w1sensor: no # Removed (replaced with go.d/w1sensor) |
| 82 | example: no # Removed |