summaryrefslogtreecommitdiffstats
path: root/templates/Makefile.am
blob: ccd3006a152ee9ce3e233b7010b3c969f2feb91a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 \
        $(NULL)

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