From 05278f31d54d89ef0a68e94af389d66a3c3b6f74 Mon Sep 17 00:00:00 2001 From: Ramesh Nachimuthu Date: Fri, 28 Mar 2014 17:48:54 +0530 Subject: AutoDiscovery: Auto discovery for gluster entities Basic plugin which will discover all the basic gluster entities and creates nagios configuration. Change-Id: I71f05dec9bcce74969db300393f7f7c178161dba Signed-off-by: Ramesh Nachimuthu Reviewed-on: https://code.engineering.redhat.com/gerrit/22100 Reviewed-by: Sahina Bose --- config/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'config/Makefile.am') diff --git a/config/Makefile.am b/config/Makefile.am index 7ee5a11..0f7f73a 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -11,6 +11,7 @@ glusternagiosconf_DATA = \ glusternagiosdefaultconfdir = $(sysconfdir)/nagios/gluster/default glusternagiosdefaultconf_DATA = \ glustercluster.cfg.sample \ + gluster-host.cfg.template \ node1.cfg \ $(NULL) -- cgit