From a93474a43065ab3c9539b1268c5ebe819903bb4c Mon Sep 17 00:00:00 2001 From: Nishanth Thomas Date: Thu, 30 Oct 2014 10:43:40 +0530 Subject: nagios-server-addons:Add php template for cluster utilization plugin There was no php template available for cluster utilization and it was using the the default template and causing the improper display Change-Id: I21f458a678d12807d275cc536e56aa14eae22a80 Bug-url: https://bugzilla.redhat.com/show_bug.cgi?id=1119233 Signed-off-by: Nishanth Thomas Reviewed-on: http://review.gluster.org/9002 Tested-by: Nishanth Thomas Reviewed-by: Ramesh N Reviewed-by: Shubhendu Tripathi Reviewed-by: Kanagaraj M Reviewed-by: Sahina Bose --- nagios-server-addons.spec.in | 1 + 1 file changed, 1 insertion(+) (limited to 'nagios-server-addons.spec.in') diff --git a/nagios-server-addons.spec.in b/nagios-server-addons.spec.in index 0fe4fea..d62417a 100644 --- a/nagios-server-addons.spec.in +++ b/nagios-server-addons.spec.in @@ -234,6 +234,7 @@ fi %{_datadir}/nagios/html/pnp4nagios/templates.dist/check_swap_usage.php %{_datadir}/nagios/html/pnp4nagios/templates.dist/check_vol_utilization.php %{_datadir}/nagios/html/pnp4nagios/templates.dist/check_brick_usage.php +%{_datadir}/nagios/html/pnp4nagios/templates.dist/check_cluster_vol_usage.php %attr(0755, -, -) %{_libdir}/nagios/plugins/gluster/* %attr(0775, root, nagios) %dir %{_sysconfdir}/nagios/gluster %config(noreplace) %attr(-, root, nagios) %{_sysconfdir}/nagios/gluster/snmpmanagers.conf -- cgit