From 4c63ceaf48a3641adb4e087125d6698fa857ad37 Mon Sep 17 00:00:00 2001 From: Ramesh Nachimuthu Date: Wed, 7 May 2014 15:23:55 +0530 Subject: nagios-addons: Add NRPE command for gluster processes Adding NRPE command for all process related services. We already have passive checks through NSCA for all these services and bricks. But passive checks are submitted only when there is a state change and Nagios may miss those check results if those services are not cofigured when we submit passive checks. So, we should have active checks running atleast for the first time to determine the initial status of the service Command 'check_proc_status' helps to check the status of all gluster related process Command 'check_brick_status' helps to check the status of bricks in the host. Change-Id: I1f442c0c1e54d606576bc0814044f2f149bca220 Signed-off-by: Ramesh Nachimuthu Reviewed-on: http://review.gluster.org/7694 Reviewed-by: Kanagaraj M Reviewed-by: Sahina Bose --- plugins/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/Makefile.am') diff --git a/plugins/Makefile.am b/plugins/Makefile.am index c809b99..5f993aa 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -24,6 +24,8 @@ dist_glusternagiosplugins_PYTHON = \ discover_volumes.py \ discoverhostparams.py \ configure_gluster_node.py \ + check_gluster_proc_status.py \ + check_proc_util.py \ __init__.py \ memory.py \ network.py \ -- cgit