]> arthur.barton.de Git - netdata.git/commitdiff
varnish plugin: update Makefiles
authorIlya <ilyamaschenko@gmail.com>
Sun, 15 Jan 2017 08:02:49 +0000 (17:02 +0900)
committerIlya <ilyamaschenko@gmail.com>
Sun, 15 Jan 2017 08:02:49 +0000 (17:02 +0900)
conf.d/Makefile.am
python.d/Makefile.am

index 7ab660f0d96dfbeec8e1b6dbc9f504a7cf24a3d9..27777144a3117f85a422ed347b4e964a4d4d029e 100644 (file)
@@ -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
index c8a33479bd52f1e3a0f4f1c69cae0ded1302d8d2..436bceeae776c7ce62f0c8480caf4a2c2b80b816 100644 (file)
@@ -36,6 +36,7 @@ dist_python_SCRIPTS = \
     sensors.chart.py \
     squid.chart.py \
     tomcat.chart.py \
+    varnish.chart.py \
     python-modules-installer.sh \
     $(NULL)