diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2018-03-27 21:28:21 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2018-03-27 21:28:21 +0000 |
commit | d4dd00f58a502c9ca4b63e36ce6bc7a9945dc63c (patch) | |
tree | faac99f51f182bb8c0a03e95e393d421ac9ddf42 /conf.d/python.d.conf | |
parent | New upstream version 1.9.0+dfsg (diff) | |
download | netdata-d4dd00f58a502c9ca4b63e36ce6bc7a9945dc63c.tar.xz netdata-d4dd00f58a502c9ca4b63e36ce6bc7a9945dc63c.zip |
New upstream version 1.10.0+dfsgupstream/1.10.0+dfsg
Diffstat (limited to 'conf.d/python.d.conf')
-rw-r--r-- | conf.d/python.d.conf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/conf.d/python.d.conf b/conf.d/python.d.conf index 2c3d400ca..bb57738bb 100644 --- a/conf.d/python.d.conf +++ b/conf.d/python.d.conf @@ -15,7 +15,7 @@ enabled: yes # # If "default_run" = "yes" the default for all modules is enabled (yes). # Setting any of these to "no" will disable it. -# +# # If "default_run" = "no" the default for all modules is disabled (no). # Setting any of these to "yes" will enable it. @@ -24,6 +24,7 @@ apache_cache: no # apache: yes # beanstalk: yes # bind_rndc: yes +# ceph: yes chrony: no # couchdb: yes # cpufreq: yes @@ -45,6 +46,7 @@ gunicorn_log: no go_expvar: no # haproxy: yes # hddtemp: yes +# icecast: yes # ipfs: yes # isc_dhcpd: yes # mdstat: yes @@ -52,11 +54,13 @@ go_expvar: no # mongodb: yes # mysql: yes # nginx: yes +# nginx_plus: yes # nsd: yes +# ntpd: yes # nginx_log has been replaced by web_log nginx_log: no - +# ntpd: yes # ovpn_status_log: yes # phpfpm: yes # postfix: yes @@ -69,6 +73,7 @@ nginx_log: no # samba: yes # smartd_log: yes # squid: yes +# springboot: yes # tomcat: yes # varnish: yes # web_log: yes |