summaryrefslogtreecommitdiffstats
path: root/config/glustercluster.cfg.sample
diff options
context:
space:
mode:
Diffstat (limited to 'config/glustercluster.cfg.sample')
-rw-r--r--config/glustercluster.cfg.sample18
1 files changed, 17 insertions, 1 deletions
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 - <volname>
-# check_command = check_vol_status!<cluster-hostgroup-name>!<volume-name>
+# check_command = check_vol_quota_status!<cluster-hostgroup-name>!<volume-name>
# _VOL_NAME = Volume name
################################################################################
define service{
@@ -123,6 +123,22 @@ define service{
}
################################################################################
+# 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 - <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
+ _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
# host_name = cluster host previously defined. (The service is under a cluster)