summaryrefslogtreecommitdiffstats
path: root/plugins.d
diff options
context:
space:
mode:
authorIlya <ilyamaschenko@gmail.com>2017-05-30 15:16:04 +0900
committerIlya <ilyamaschenko@gmail.com>2017-05-30 15:16:04 +0900
commitd8911c1699d5e9f155d5e149cca28b468a93c56b (patch)
tree8ec11bc6b1077bf4ce671c3486a12505859a9662 /plugins.d
parentf81f5734f8207db73247268e365d77eb2795946a (diff)
disabling apache_cache plugin
Diffstat (limited to 'plugins.d')
-rwxr-xr-xplugins.d/python.d.plugin2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins.d/python.d.plugin b/plugins.d/python.d.plugin
index 668e099a5a..218c2b3ddd 100755
--- a/plugins.d/python.d.plugin
+++ b/plugins.d/python.d.plugin
@@ -516,7 +516,7 @@ def run():
global DEBUG_FLAG, TRACE_FLAG, BASE_CONFIG
# read configuration file
- disabled = ['nginx_log', 'gunicorn_log']
+ disabled = ['nginx_log', 'gunicorn_log', 'apache_cache']
enabled = list()
default_run = True
configfile = CONFIG_DIR + "python.d.conf"