summaryrefslogtreecommitdiffstats
path: root/conf.d/python.d
diff options
context:
space:
mode:
authorIlya <ilyamaschenko@gmail.com>2017-05-30 17:54:56 +0900
committerIlya <ilyamaschenko@gmail.com>2017-05-30 17:54:56 +0900
commitd9c7cd245ce81b571bb4b85a0a9fe6839bb9586f (patch)
tree2e7929e9994063492ed541d897f9805214de5a2b /conf.d/python.d
parent77b2a137310870bd76b1d0483a52b27d93624adc (diff)
web_log plugin: module configuration file update; "squid" added
Diffstat (limited to 'conf.d/python.d')
-rw-r--r--conf.d/python.d/web_log.conf17
1 files changed, 16 insertions, 1 deletions
diff --git a/conf.d/python.d/web_log.conf b/conf.d/python.d/web_log.conf
index 8b7db7027f..4ccbacaf61 100644
--- a/conf.d/python.d/web_log.conf
+++ b/conf.d/python.d/web_log.conf
@@ -150,7 +150,7 @@ gunicorn_log2:
name: 'gunicorn'
path: '/var/log/gunicorn/gunicorn-access.log'
-#----------------------------------------------
+# -------------------------------------------
# Apache Cache
apache_cache:
name: 'apache_cache'
@@ -166,3 +166,18 @@ httpd_cache:
name: 'apache_cache'
type: 'apache_cache'
path: '/var/log/httpd/cache.log'
+
+# -------------------------------------------
+# Squid
+
+# debian/ubuntu
+squid_log1:
+ name: 'squid'
+ type: 'squid'
+ path: '/var/log/squid3/access.log'
+
+#gentoo
+squid_log2:
+ name: 'squid'
+ type: 'squid'
+ path: '/var/log/squid/access.log'