summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf.d/Makefile.am1
-rw-r--r--python.d/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am
index acca5a4db9..0ba00e9b1a 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 b6ed315742..527e865933 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)