summaryrefslogtreecommitdiffstats
path: root/templates/Makefile.am
blob: edece5323e34a89e4bd6d690c0acfea52bfb6d7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
pnp4nagiostemplatedir = $(datarootdir)/nagios/html/pnp4nagios/templates.dist
pnp4nagiostemplate_DATA = \
	check_cpu_multicore.php \
	check_disk_and_inode.php \
	check_interfaces.php \
	check_memory.php \
	check_swap_usage.php \
	check_vol_utilization.php \
        $(NULL)

EXTRA_DIST = \
	$(pnp4nagiostemplate_DATA) \
        $(NULL)