summaryrefslogtreecommitdiffstats
path: root/conf.d/python.d
diff options
context:
space:
mode:
authorIlya <ilyamaschenko@gmail.com>2017-05-30 15:29:59 +0900
committerIlya <ilyamaschenko@gmail.com>2017-05-30 15:29:59 +0900
commita68d4a9e08999a0a4f2cbd0f3c7ae6345de569fc (patch)
tree4a8c5a98a71f3900d8d8b49a67d9aa8b43baaf81 /conf.d/python.d
parentd8911c1699d5e9f155d5e149cca28b468a93c56b (diff)
web_log plugin: apache_cache plugin configuration moved to the web_log.conf; python.d.conf update
Diffstat (limited to 'conf.d/python.d')
-rw-r--r--conf.d/python.d/web_log.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/conf.d/python.d/web_log.conf b/conf.d/python.d/web_log.conf
index d6a2c80ac0..8b7db7027f 100644
--- a/conf.d/python.d/web_log.conf
+++ b/conf.d/python.d/web_log.conf
@@ -149,3 +149,20 @@ gunicorn_log:
gunicorn_log2:
name: 'gunicorn'
path: '/var/log/gunicorn/gunicorn-access.log'
+
+#----------------------------------------------
+# Apache Cache
+apache_cache:
+ name: 'apache_cache'
+ type: 'apache_cache'
+ path: '/var/log/apache/cache.log'
+
+apache2_cache:
+ name: 'apache_cache'
+ type: 'apache_cache'
+ path: '/var/log/apache2/cache.log'
+
+httpd_cache:
+ name: 'apache_cache'
+ type: 'apache_cache'
+ path: '/var/log/httpd/cache.log'