summaryrefslogtreecommitdiffstats
path: root/health/Makefile.am
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2019-09-25 12:50:25 +0300
committerChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-09-25 11:50:25 +0200
commit0aae17767ff03da1d89767420b40501c7ced1b01 (patch)
treec8258eacdbb496a202556befa024214053e7655d /health/Makefile.am
parent65727b6a30b742ad870a4d61c9fce04116eb9e20 (diff)
zookeeper and hdfs: alarms and dashboard_info (#6927)
* add zookeeper alarms * add zookeeper to dashboard_info * zookeeper alarm fix * add hdfs alarms * add hfds to dashboard_info * minor * fix hdfs zk links: use latest version * hdfs dashboard_info: change semicolon to comma
Diffstat (limited to 'health/Makefile.am')
-rw-r--r--health/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/health/Makefile.am b/health/Makefile.am
index a682b594c1..a314b35165 100644
--- a/health/Makefile.am
+++ b/health/Makefile.am
@@ -44,6 +44,7 @@ dist_healthconfig_DATA = \
health.d/fronius.conf \
health.d/gearman.conf \
health.d/haproxy.conf \
+ health.d/hdfs.conf \
health.d/httpcheck.conf \
health.d/ipc.conf \
health.d/ipfs.conf \
@@ -91,5 +92,6 @@ dist_healthconfig_DATA = \
health.d/wmi.conf \
health.d/x509check.conf \
health.d/zfs.conf \
+ health.d/zookeeper.conf \
health.d/dbengine.conf \
$(NULL)