diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-11-07 12:19:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-11-07 12:20:17 +0000 |
commit | a64a253794ac64cb40befee54db53bde17dd0d49 (patch) | |
tree | c1024acc5f6e508814b944d99f112259bb28b1be /collectors/python.d.plugin/python.d.conf | |
parent | New upstream version 1.10.0+dfsg (diff) | |
download | netdata-a64a253794ac64cb40befee54db53bde17dd0d49.tar.xz netdata-a64a253794ac64cb40befee54db53bde17dd0d49.zip |
New upstream version 1.11.0+dfsgupstream/1.11.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | collectors/python.d.plugin/python.d.conf (renamed from conf.d/python.d.conf) | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/conf.d/python.d.conf b/collectors/python.d.plugin/python.d.conf index bb57738bb..97f4cb8d5 100644 --- a/conf.d/python.d.conf +++ b/collectors/python.d.plugin/python.d.conf @@ -19,11 +19,19 @@ enabled: yes # If "default_run" = "no" the default for all modules is disabled (no). # Setting any of these to "yes" will enable it. +# Enable / Disable explicit garbage collection (full collection run). Default is enabled. +gc_run: yes + +# Garbage collection interval in seconds. Default is 300. +gc_interval: 300 + +# apache: yes + # apache_cache has been replaced by web_log apache_cache: no -# apache: yes # beanstalk: yes # bind_rndc: yes +# boinc: yes # ceph: yes chrony: no # couchdb: yes @@ -40,40 +48,50 @@ example: no # exim: yes # fail2ban: yes # freeradius: yes +go_expvar: no # gunicorn_log has been replaced by web_log gunicorn_log: no -go_expvar: no # haproxy: yes # hddtemp: yes # icecast: yes # ipfs: yes # isc_dhcpd: yes +# linux_power_supply: yes +# litespeed: yes +logind: no # mdstat: yes # memcached: yes # mongodb: yes +# monit: yes # mysql: yes # nginx: yes # nginx_plus: yes -# nsd: yes -# ntpd: yes # nginx_log has been replaced by web_log nginx_log: no +# nsd: yes # ntpd: yes # ovpn_status_log: yes # phpfpm: yes # postfix: yes # postgres: yes # powerdns: yes +# proxysql: yes +# puppet: yes # rabbitmq: yes # redis: yes +# rethinkdbs: yes # retroshare: yes -# sensors: yes # samba: yes +# sensors: yes # smartd_log: yes -# squid: yes +# spigotmc: yes # springboot: yes +# squid: yes # tomcat: yes +unbound: no +# uwsgi: yes # varnish: yes +# w1sensor: yes # web_log: yes |