summaryrefslogtreecommitdiffstats
path: root/templates/Makefile.am
blob: c229efea9390bfe9a714de4c75282b0be63ca70b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pnp4nagioscheckcommanddir = $(sysconfdir)/pnp4nagios/check_commands
pnp4nagioscheckcommand_DATA = \
	check_disk_and_inode.cfg \
	check_interfaces.cfg \
	$(NULL)

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 = \
	$(pnp4nagioscheckcommand_DATA) \
	$(pnp4nagiostemplate_DATA) \
        $(NULL)