From 9379f10239710c950c8ce319a18022215a892a66 Mon Sep 17 00:00:00 2001 From: Nishanth Thomas Date: Fri, 9 May 2014 14:01:37 +0530 Subject: nagios-server-addons : Added a php template for volume utilization Volume Utilization plugin didn't have a php template written and hence the graph was not getting displayed properly Change-Id: I6726a6de5370d271467be03e9e8500421cf66e39 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1095427 Signed-off-by: Nishanth Thomas Reviewed-on: http://review.gluster.org/7724 Tested-by: Nishanth Thomas Reviewed-by: Sahina Bose --- templates/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/Makefile.am') diff --git a/templates/Makefile.am b/templates/Makefile.am index ccd3006..edece53 100644 --- a/templates/Makefile.am +++ b/templates/Makefile.am @@ -5,6 +5,7 @@ pnp4nagiostemplate_DATA = \ check_interfaces.php \ check_memory.php \ check_swap_usage.php \ + check_vol_utilization.php \ $(NULL) EXTRA_DIST = \ -- cgit