]> arthur.barton.de Git - netdata.git/commitdiff
elasticsearch plugin: update makefiles
authorIlya <ilyamaschenko@gmail.com>
Sat, 21 Jan 2017 07:12:18 +0000 (16:12 +0900)
committerIlya <ilyamaschenko@gmail.com>
Sat, 21 Jan 2017 07:12:18 +0000 (16:12 +0900)
conf.d/Makefile.am
python.d/Makefile.am

index 27777144a3117f85a422ed347b4e964a4d4d029e..a7e8224c257a66421edbd4924bd8063a616be618 100644 (file)
@@ -28,6 +28,7 @@ dist_pythonconfig_DATA = \
     python.d/bind_rndc.conf \
     python.d/cpufreq.conf \
     python.d/dovecot.conf \
+    python.d/elasticsearch.conf \
     python.d/example.conf \
     python.d/exim.conf \
     python.d/fail2ban.conf \
@@ -60,6 +61,7 @@ dist_healthconfig_DATA = \
     health.d/bind_rndc.conf \
     health.d/cpu.conf \
     health.d/disks.conf \
+    health.d/elasticsearch.conf \
     health.d/entropy.conf \
     health.d/haproxy.conf \
     health.d/ipc.conf \
index 436bceeae776c7ce62f0c8480caf4a2c2b80b816..7706acd6b43c95d638682cd4c096a3ae2247059a 100644 (file)
@@ -14,6 +14,7 @@ dist_python_SCRIPTS = \
     cpufreq.chart.py \
     cpuidle.chart.py \
     dovecot.chart.py \
+    elasticsearch.chart.py \
     example.chart.py \
     exim.chart.py \
     fail2ban.chart.py \