summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorRamesh Nachimuthu <rnachimu@redhat.com>2014-05-07 15:23:55 +0530
committerSahina Bose <sabose@redhat.com>2014-05-07 06:40:00 -0700
commit4c63ceaf48a3641adb4e087125d6698fa857ad37 (patch)
tree78a9a13f971d7e02811115e36756a3c2759200dd /plugins/Makefile.am
parenta4f97c15206c4930e6336c7a1fba67a231615486 (diff)
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 <rnachimu@redhat.com> Reviewed-on: http://review.gluster.org/7694 Reviewed-by: Kanagaraj M <kmayilsa@redhat.com> Reviewed-by: Sahina Bose <sabose@redhat.com>
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \