From 225de6ffaf8d30444ff53cb28b6b4c483e605961 Mon Sep 17 00:00:00 2001 From: Ilya Date: Fri, 10 Feb 2017 17:54:41 +0900 Subject: [PATCH] pythin.d.plugin: add nginx_log and gunicorn_log to disabled list --- plugins.d/python.d.plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2