summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
blob: 3787e9ac195eda1d6c3b810e4759f3033fc55d02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
dist_glusternagiosplugins_PYTHON = \
	constants.py \
	check_cluster_vol_usage.py \
	check_remote_host.py \
	check_vol_utilization_server.py \
	gluster_host_service_handler.py \
	livestatus.py \
	notify_ovirt_engine_handler.py \
	$(NULL)

EXTRA_DIST = \
	__init__.py \
	$(NULL)