summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorTimothy Asir <tim.gluster@gmail.com>2014-04-01 17:31:44 +0530
committerBala.FA <barumuga@redhat.com>2014-04-29 10:14:33 +0530
commit0682f3b48c06a5bf53f305dd77250cdb796693a5 (patch)
tree3c1705697a0f9846ae119f328f839d4bc7460906 /plugins/Makefile.am
parent666983202013dd3c1e236eb458b75b3a95d74782 (diff)
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 <tjeyasin@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 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 \