]> arthur.barton.de Git - netdata.git/blobdiff - plugins.d/python.d.plugin
pythin.d.plugin: add nginx_log and gunicorn_log to disabled list
[netdata.git] / plugins.d / python.d.plugin
index 44b729094ce307189f3fcecbdfc32464c37d1b60..126041ab13a55df1bc6a2b959c42e10e8d200e28 100755 (executable)
@@ -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)