From 3ce8475c3e3ace39696d83e45c249f22554d4602 Mon Sep 17 00:00:00 2001 From: Sahina Bose Date: Mon, 9 Jun 2014 15:11:49 +0530 Subject: plugins: nrpe plugin to check volumes with server quorum Added a plugin to check if any volume in the cluster has the server side quorum turned on Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1106421 Change-Id: I897aedd737a622832548e7470e8f3cf9fb7dbc2c Signed-off-by: Sahina Bose Reviewed-on: http://review.gluster.org/8016 Reviewed-by: darshan n Reviewed-by: Ramesh N --- config/nrpe.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/nrpe.in b/config/nrpe.in index f2cf3b0..a1b68d3 100644 --- a/config/nrpe.in +++ b/config/nrpe.in @@ -3,6 +3,7 @@ Cmnd_Alias NRPE_PATHS = @sbindir@/send_nsca, \ @libdir@/nagios/plugins/gluster/check_vol_utilization.py, \ @libdir@/nagios/plugins/gluster/check_volume_status.py, \ @libdir@/nagios/plugins/gluster/check_gluster_proc_status.py, \ + @libdir@/nagios/plugins/gluster/check_quorum_status.py, \ @libdir@/nagios/plugins/gluster/discoverpeers.py, \ @libdir@/nagios/plugins/gluster/discover_volumes.py, \ @libdir@/nagios/plugins/gluster/discoverhostparams.py, \ -- cgit