From: Ilya Date: Sun, 15 Jan 2017 08:02:49 +0000 (+0900) Subject: varnish plugin: update Makefiles X-Git-Tag: v1.5.0~14^2~5 X-Git-Url: https://arthur.barton.de/gitweb/?p=netdata.git;a=commitdiff_plain;h=19e73445134cfac10cea78c14befa26a71ce6f20 varnish plugin: update Makefiles --- diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am index 7ab660f0..27777144 100644 --- a/conf.d/Makefile.am +++ b/conf.d/Makefile.am @@ -50,6 +50,7 @@ dist_pythonconfig_DATA = \ python.d/sensors.conf \ python.d/squid.conf \ python.d/tomcat.conf \ + python.d/varnish.conf \ $(NULL) healthconfigdir=$(configdir)/health.d @@ -80,6 +81,7 @@ dist_healthconfig_DATA = \ health.d/swap.conf \ health.d/tcp_resets.conf \ health.d/udp_errors.conf \ + health.d/varnish.conf \ $(NULL) chartsconfigdir=$(configdir)/charts.d diff --git a/python.d/Makefile.am b/python.d/Makefile.am index c8a33479..436bceea 100644 --- a/python.d/Makefile.am +++ b/python.d/Makefile.am @@ -36,6 +36,7 @@ dist_python_SCRIPTS = \ sensors.chart.py \ squid.chart.py \ tomcat.chart.py \ + varnish.chart.py \ python-modules-installer.sh \ $(NULL)