summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorShubhendu Tripathi <shtripat@redhat.com>2014-03-21 13:53:46 +0530
committerBala.FA <barumuga@redhat.com>2014-04-29 10:21:37 +0530
commit26b98e7239222704bb7438bcc47793fc6be60f2c (patch)
treeb2f62a1188a44cd5337c711e1d8b5a04b98e3b90 /plugins/Makefile.am
parent81cc690fbe74f15e73c30079ea4bff1c37fefa3f (diff)
nagios-server-addons: Test case for host event handler
Added unit test cases for host event handler with minor code fixes Change-Id: Id9516303aaa1e4f14e781a06d4f73158bfcdebf4 Signed-off-by: Shubhendu Tripathi <shtripat@redhat.com> Reviewed-on: https://code.engineering.redhat.com/gerrit/21669 Reviewed-by: Darshan Narayana Murthy <dnarayan@redhat.com> Reviewed-by: Sahina Bose <sabose@redhat.com>
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index b7917ec..ef199f0 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -2,10 +2,11 @@ dist_glusternagiosplugins_PYTHON = \
constants.py \
check_cluster_vol_usage.py \
check_remote_host.py \
+ check_vol_utilization_server.py \
gluster_host_service_handler.py \
livestatus.py \
notify_ovirt_engine_handler.py \
- check_vol_utilization_server.py \
+ server_utils.py \
$(NULL)
EXTRA_DIST = \