From 940eef887f5142d980c91e95193e102c41d18808 Mon Sep 17 00:00:00 2001 From: "Bala.FA" Date: Thu, 13 Mar 2014 17:01:12 +0530 Subject: all: import plugins/templates/config from github All plugins/templates/config are imported from https://github.com/gluster-rhsc/nagios-plugin.git Change-Id: Icbbf23c0595e2b36548015489341d9ff823bac50 Signed-off-by: Bala.FA Reviewed-on: https://cuckoo.blr.redhat.com:8443/6 --- templates/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/Makefile.am (limited to 'templates/Makefile.am') 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) -- cgit