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

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