From 89db997887f8b993fd5fcc68860b7c7f09732076 Mon Sep 17 00:00:00 2001 From: Sahina Bose Date: Mon, 21 Apr 2014 17:36:08 +0530 Subject: plugins: Server side plugin for self-heal Server side plugin to check the volume self heal status Change-Id: Ia1ee3fb653913360edb1b54b42cce3ed105bdb79 Signed-off-by: Sahina Bose --- config/gluster-commands.cfg | 5 +++++ config/glustercluster.cfg.sample | 18 +++++++++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/gluster-commands.cfg b/config/gluster-commands.cfg index 60d6757..57b76ce 100644 --- a/config/gluster-commands.cfg +++ b/config/gluster-commands.cfg @@ -91,6 +91,11 @@ define command { command_line $USER1$/gluster/check_vol_server.py $ARG1$ $ARG2$ -o quota } +define command { + command_name check_vol_heal_status + command_line $USER1$/gluster/check_vol_server.py $ARG1$ $ARG2$ -o self-heal +} + define command{ command_name check_cluster_status command_line $USER1$/gluster/check_cluster_status.py $HOSTNAME$ diff --git a/config/glustercluster.cfg.sample b/config/glustercluster.cfg.sample index d51688d..191b6ee 100644 --- a/config/glustercluster.cfg.sample +++ b/config/glustercluster.cfg.sample @@ -111,7 +111,7 @@ define service{ # Edit this sample # host_name = the cluster host previously defined for cluster # service_description = Volume-status - -# check_command = check_vol_status!! +# check_command = check_vol_quota_status!! # _VOL_NAME = Volume name ################################################################################ define service{ @@ -122,6 +122,22 @@ define service{ check_command check_vol_quota_status!test-cluster!data-vol } +################################################################################ +# This defines a Volume Self Heal status service +# Edit this sample +# host_name = the cluster host previously defined for cluster +# service_description = Volume Self-Heal - +# check_command = check_vol_heal_status!! +# _VOL_NAME = Volume name +################################################################################ +define service{ + use gluster-service-without-graph + host_name test-cluster + service_description Volume Self-Heal - data-vol + _VOL_NAME data-vol ; MUST DECLARE the custom var _VOL_NAME + check_command check_vol_heal_status!test-cluster!data-vol +} + ################################################################################ # This defines a Cluster utilization service # Edit this sample -- cgit