summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-01-22 21:31:00 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-01-22 21:31:00 +0200
commit7a38fe1c86c6819aa051006d96a074ff00067256 (patch)
treecf97335bbc1a2dcdf2920745117f8a718095c9f3
parent7e0cf87ed206cbdb317091491ac09f9de5f3f5de (diff)
added missing files for automake
-rw-r--r--conf.d/Makefile.am3
-rw-r--r--python.d/Makefile.am1
2 files changed, 4 insertions, 0 deletions
diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am
index a7e8224c25..b725e249e8 100644
--- a/conf.d/Makefile.am
+++ b/conf.d/Makefile.am
@@ -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 \
diff --git a/python.d/Makefile.am b/python.d/Makefile.am
index 7706acd6b4..883f06c4cd 100644
--- a/python.d/Makefile.am
+++ b/python.d/Makefile.am
@@ -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 \