From c156f2890e00084beae5b8e7aa06cace0b07faab Mon Sep 17 00:00:00 2001 From: Ilya Date: Fri, 10 Feb 2017 09:51:52 +0900 Subject: [PATCH] web_log plugin: update makefiles --- conf.d/Makefile.am | 1 + python.d/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am index acca5a4d..0ba00e9b 100644 --- a/conf.d/Makefile.am +++ b/conf.d/Makefile.am @@ -54,6 +54,7 @@ dist_pythonconfig_DATA = \ python.d/smartd_log.conf \ python.d/tomcat.conf \ python.d/varnish.conf \ + python.d/web_log.conf \ $(NULL) healthconfigdir=$(configdir)/health.d diff --git a/python.d/Makefile.am b/python.d/Makefile.am index b6ed3157..527e8659 100644 --- a/python.d/Makefile.am +++ b/python.d/Makefile.am @@ -40,6 +40,7 @@ dist_python_SCRIPTS = \ smartd_log.chart.py \ tomcat.chart.py \ varnish.chart.py \ + web_log.chart.py \ python-modules-installer.sh \ $(NULL) -- 2.39.2