]> arthur.barton.de Git - netdata.git/commitdiff
pythin.d.plugin: add nginx_log and gunicorn_log to disabled list
authorIlya <ilyamaschenko@gmail.com>
Fri, 10 Feb 2017 08:54:41 +0000 (17:54 +0900)
committerIlya <ilyamaschenko@gmail.com>
Fri, 10 Feb 2017 08:54:41 +0000 (17:54 +0900)
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)