]> arthur.barton.de Git - netdata.git/commitdiff
added missing files for automake
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 22 Jan 2017 19:31:00 +0000 (21:31 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 22 Jan 2017 19:31:00 +0000 (21:31 +0200)
conf.d/Makefile.am
python.d/Makefile.am

index a7e8224c257a66421edbd4924bd8063a616be618..b725e249e8fe7c67e27496a7ac871bdf295f3fd0 100644 (file)
@@ -33,6 +33,7 @@ dist_pythonconfig_DATA = \
     python.d/exim.conf \
     python.d/fail2ban.conf \
     python.d/freeradius.conf \
+    python.d/gunicorn_log.conf \
     python.d/haproxy.conf \
     python.d/hddtemp.conf \
     python.d/ipfs.conf \
@@ -65,6 +66,8 @@ dist_healthconfig_DATA = \
     health.d/entropy.conf \
     health.d/haproxy.conf \
     health.d/ipc.conf \
+    health.d/ipfs.conf \
+    health.d/isc_dhcpd.conf \
     health.d/mdstat.conf \
     health.d/memcached.conf \
     health.d/memory.conf \
index 7706acd6b43c95d638682cd4c096a3ae2247059a..883f06c4cd0a19725025074fd9b3519d3b27621e 100644 (file)
@@ -19,6 +19,7 @@ dist_python_SCRIPTS = \
     exim.chart.py \
     fail2ban.chart.py \
     freeradius.chart.py \
+    gunicorn_log.chart.py \
     haproxy.chart.py \
     hddtemp.chart.py \
     ipfs.chart.py \