summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
blob: 5400d5c933fe1f58e871192a436e5a7db44ce9a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
dist_glusternagiosplugins_PYTHON = \
	constants.py \
	check_cluster_status.py \
	check_cluster_vol_usage.py \
	check_remote_host.py \
	check_vol_server.py \
	gluster_host_service_handler.py \
	hostsnmptrapgenerator.py \
	livestatus.py \
	notify_ovirt_engine_handler.py \
	discovery.py \
	config_generator.py \
	servicesnmptrapgenerator.py \
	submit_external_command.py \
	server_utils.py \
	$(NULL)

EXTRA_DIST = \
	__init__.py \
	$(NULL)