From 0682f3b48c06a5bf53f305dd77250cdb796693a5 Mon Sep 17 00:00:00 2001 From: Timothy Asir Date: Tue, 1 Apr 2014 17:31:44 +0530 Subject: Add gluster process monitoring plugin This helps monitoring gluster related process such as glusterd, glusterfsd, gluster self heal process, nfs and also helps to monitor other running services Change-Id: I8c6f252270a847e7ff007c358125a9310525f201 Signed-off-by: Timothy Asir --- 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 9bba2d4..b1592de 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -5,6 +5,7 @@ SUBDIRS = \ cronddir = $(sysconfdir)/cron.d crond_DATA = \ gluster-sysstat.crontab \ + gluster-proc.crontab \ $(NULL) dist_glusternagiosplugins_PYTHON = \ @@ -13,6 +14,7 @@ dist_glusternagiosplugins_PYTHON = \ check_vol_utilization.py \ check_vol_status.py \ check_volume_status.py \ + check_proc_status.py \ cpu.py \ discoverpeers.py \ discoverlogicalcomponents.py \ -- cgit