summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorRamesh Nachimuthu <rnachimu@redhat.com>2014-06-17 16:26:20 +0530
committerBala FA <barumuga@redhat.com>2014-08-14 01:44:22 -0700
commite0bdeafae88282506ceb23b948354ccba658e7af (patch)
tree622f4ac6c6e19fcedd76440cab78af78035fc36e /plugins/Makefile.am
parent7ae262aa79b9c051b82d7a88910a8ff6f1dcd46e (diff)
nagios-addons: Using ctypes to call gfapi
Removing the volCap.c which was used to call libgfapi and calling libgfapi directly from python using ctypes. Change-Id: Ia78f212c769c34e5cb991e429623946a4256e2af Signed-off-by: Ramesh Nachimuthu <rnachimu@redhat.com> Reviewed-on: http://review.gluster.org/8090 Reviewed-by: Sahina Bose <sabose@redhat.com> Reviewed-by: Bala FA <barumuga@redhat.com>
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 417b312..47ff64d 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,7 +1,3 @@
-SUBDIRS = \
- volcap \
- $(NULL)
-
initdir = $(sysconfdir)/init.d
init_DATA = \
glusterpmd \
@@ -26,6 +22,7 @@ dist_glusternagiosplugins_PYTHON = \
check_gluster_proc_status.py \
check_proc_util.py \
__init__.py \
+ gfapi.py \
memory.py \
network.py \
nscautils.py \