From 4529ce7d5e539e42ce9d38d09d3badea3f5247ca Mon Sep 17 00:00:00 2001 From: Nishanth Thomas Date: Tue, 15 Apr 2014 11:53:35 +0530 Subject: Cluster Status: Plugin to display the overall status of cluster This plugin use mk-livestatus to retrieve the status of the all the volumes and provide aggregrate status of the cluster Addressed review comments Change-Id: Ia83b41cfdc6dcfc1f379c024ba6ea33f9ccfe598 Signed-off-by: Nishanth Thomas --- config/gluster-templates.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'config/gluster-templates.cfg') diff --git a/config/gluster-templates.cfg b/config/gluster-templates.cfg index eaffcda..a1da860 100644 --- a/config/gluster-templates.cfg +++ b/config/gluster-templates.cfg @@ -18,6 +18,7 @@ define host { use gluster-generic-host register 0 _gluster_entity Cluster + check_command check_cluster_status } define host{ -- cgit