summaryrefslogtreecommitdiffstats
path: root/config/Makefile.am
blob: 7c3c8be45a05e64015d4a5dc7156f2349d2945f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
glusternagiosconfdir = $(sysconfdir)/nagios/gluster
glusternagiosconf_DATA = \
	gluster-commands.cfg \
	gluster-host-groups.cfg \
	gluster-host-services.cfg \
	gluster-templates.cfg \
        $(NULL)

glusternagiosdefaultconfdir = $(sysconfdir)/nagios/gluster/default
glusternagiosdefaultconf_DATA = \
	node1.cfg \
        $(NULL)

EXTRA_DIST = \
	$(glusternagiosconf_DATA) \
	$(glusternagiosdefaultconf_DATA) \
        $(NULL)