summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
blob: c74cc3e179625e2a043545a7e33d84610a4bf49d (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
SUBDIRS = \
	volcap \
	$(NULL)

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

dist_glusternagiosplugins_PYTHON = \
	check_disk_and_inode.py \
	check_vol_utilization.py \
	check_vol_status.py \
	check_volume_status.py \
	cpu.py \
	discoverpeers.py \
	discoverlogicalcomponents.py \
	discoverhostparams.py \
	__init__.py \
	memory.py \
	network.py \
	sadf.py \
	swap.py \
	$(NULL)

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