From: Ilya Date: Fri, 10 Feb 2017 08:54:41 +0000 (+0900) Subject: pythin.d.plugin: add nginx_log and gunicorn_log to disabled list X-Git-Tag: ab-debian_0.20170213.01-0ab1~1^2~17^2~2 X-Git-Url: https://arthur.barton.de/gitweb/?p=netdata.git;a=commitdiff_plain;h=225de6ffaf8d30444ff53cb28b6b4c483e605961 pythin.d.plugin: add nginx_log and gunicorn_log to disabled list --- diff --git a/plugins.d/python.d.plugin b/plugins.d/python.d.plugin index 44b72909..126041ab 100755 --- a/plugins.d/python.d.plugin +++ b/plugins.d/python.d.plugin @@ -500,7 +500,7 @@ def run(): global DEBUG_FLAG, TRACE_FLAG, BASE_CONFIG # read configuration file - disabled = [] + disabled = ['nginx_log', 'gunicorn_log'] configfile = CONFIG_DIR + "python.d.conf" msg.PROGRAM = PROGRAM msg.info("reading configuration file:", configfile)