summaryrefslogtreecommitdiffstats
path: root/config/Makefile.am
blob: 16cefc55140cbc59fb81f88c18d7bbab35d116e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
glusternagiosconfdir = $(sysconfdir)/nagios/gluster
glusternagiosconf_DATA = \
	gluster-commands.cfg \
	gluster-host-groups.cfg \
	gluster-host-services.cfg \
	gluster-templates.cfg \
	gluster-templates-additions.cfg \
	gluster-contacts.cfg \
	host-monitoring-services.in \
	snmpmanagers.conf \
        $(NULL)

glusternagiosdefaultconfdir = $(sysconfdir)/nagios/gluster/default
glusternagiosdefaultconf_DATA = \
	glustercluster.cfg.sample \
	temp_node1.cfg \
        $(NULL)

glusternagiosmibsdir = /usr/share/snmp/mibs
glusternagiosmibs_DATA = \
	NAGIOS-NOTIFY-MIB \
	NAGIOS-ROOT-MIB \
        $(NULL)

sudodir = $(sysconfdir)/sudoers.d/
sudo_DATA = \
	nagios \
	$(NULL)

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