summaryrefslogtreecommitdiffstats
path: root/config/glustercluster.cfg.sample
diff options
context:
space:
mode:
authorSahina Bose <sabose@redhat.com>2015-05-26 11:47:31 +0530
committerSahina Bose <sabose@redhat.com>2015-05-28 03:47:53 -0700
commit48ad0ab08d4762bade7fb91d2260ae5e7019851d (patch)
tree212d7318ef013c70186106e233050dd874e410fe /config/glustercluster.cfg.sample
parent51577ced2a452dcf440a14f46acb3d2f6395fbd2 (diff)
nagios-config: Rename self-heal status plugin
Renaming self-heal status plugin to split-brain status Change-Id: Icdb934904eda9c47ccdc4ba41a9204048918f0a9 Bug-Url: https://bugzilla.redhat.com/1221872 Signed-off-by: Sahina Bose <sabose@redhat.com> Reviewed-on: http://review.gluster.org/10908
Diffstat (limited to 'config/glustercluster.cfg.sample')
-rw-r--r--config/glustercluster.cfg.sample6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/glustercluster.cfg.sample b/config/glustercluster.cfg.sample
index 09f20ac..53f5ef9 100644
--- a/config/glustercluster.cfg.sample
+++ b/config/glustercluster.cfg.sample
@@ -127,17 +127,17 @@ define service{
}
################################################################################
-# This defines a Volume Self Heal status service
+# This defines a Volume Split-brain status service
# Edit this sample
# host_name = the cluster host previously defined for cluster
-# service_description = Volume Self-Heal - <volname>
+# service_description = Volume Split-brain status - <volname>
# check_command = check_vol_heal_status!<cluster-hostgroup-name>!<volume-name>
# _VOL_NAME = Volume name
################################################################################
define service{
use gluster-service-without-graph
host_name test-cluster
- service_description Volume Self-Heal - data-vol
+ service_description Volume Split-brain status - data-vol
_VOL_NAME data-vol ; MUST DECLARE the custom var _VOL_NAME
check_command check_vol_heal_status!test-cluster!data-vol
}