summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
blob: b5e522ee1bf0b705dbdc7db2acece58c3f9266cf (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
36
37
initdir = $(sysconfdir)/init.d
init_DATA = \
	glusterpmd \
	$(NULL)

cronddir = $(sysconfdir)/cron.d
crond_DATA = \
	gluster-sysstat.crontab \
	$(NULL)

dist_glusternagiosplugins_PYTHON = \
	check_gluster_syslog.py \
	check_mounts.py \
	check_quorum_status.py \
	check_vol_utilization.py \
	check_volume_status.py \
	check_proc_status.py \
	cpu.py \
	discoverpeers.py \
	discover_volumes.py \
	discoverhostparams.py \
	configure_gluster_node.py \
	check_gluster_proc_status.py \
	check_proc_util.py \
	__init__.py \
	gfapi.py \
	memory.py \
	network.py \
	nscautils.py \
	sadf.py \
	swap.py \
	$(NULL)

EXTRA_DIST = \
	$(init_DATA) \
	$(crond_DATA) \
	$(NULL)