summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorBala.FA <barumuga@redhat.com>2014-03-13 07:39:41 +0530
committerBala.FA <barumuga@redhat.com>2014-04-29 10:14:32 +0530
commitb9c4e63f638254f7ba6cc960930cab1e15b4cd5d (patch)
treecbcd4c166503878d988b185cef9a762d93359667 /plugins/Makefile.am
parent2977b2f34bdbb7284bcc6244e85a1fdb657447f2 (diff)
plugins: import plugins from github
All plugins are imported from https://github.com/gluster-rhsc/nagios-plugin.git Change-Id: I9880becafccc79280873039e317b4afde747806c Signed-off-by: Bala.FA <barumuga@redhat.com> Reviewed-on: https://cuckoo.blr.redhat.com:8443/4
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index c12520c..12ebab7 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,2 +1,10 @@
dist_glusternagiosplugins_PYTHON = \
+ check_disk_and_inode.py \
+ check_remote_host.py \
+ gluster_host_service_handler.py \
+ sadf.py \
+ $(NULL)
+
+EXTRA_DIST = \
+ __init__.py \
$(NULL)