summaryrefslogtreecommitdiffstats
path: root/templates/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'templates/Makefile.am')
-rw-r--r--templates/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/Makefile.am b/templates/Makefile.am
new file mode 100644
index 0000000..ccd3006
--- /dev/null
+++ b/templates/Makefile.am
@@ -0,0 +1,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)