]> arthur.barton.de Git - netdata.git/commitdiff
make sure nginx_log and gunicorn_log are disabled in python.d.conf
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 11 Feb 2017 08:13:39 +0000 (10:13 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 11 Feb 2017 08:13:39 +0000 (10:13 +0200)
conf.d/python.d.conf

index 31a03a629aca521d47f0775825ba38ff85e8bffa..96cb4d831f1e58791e0e3e9ecdbf2d26669697a3 100644 (file)
@@ -29,12 +29,17 @@ log_interval: 3600
 # cpuidle: yes
 # dovecot: yes
 # elasticsearch: yes
+
+# this is just an example
 example: no
+
 # exim: yes
 # fail2ban: yes
 # freeradius: yes
+
 # gunicorn_log has been replaced by web_log
-# gunicorn_log: no
+gunicorn_log: no
+
 # haproxy: yes
 # hddtemp: yes
 # ipfs: yes
@@ -43,8 +48,10 @@ example: no
 # memcached: yes
 # mysql: yes
 # nginx: yes
+
 # nginx_log has been replaced by web_log
-# nginx_log: no
+nginx_log: no
+
 # ovpn_status_log: yes
 # phpfpm: yes
 # postfix: yes