From 26b98e7239222704bb7438bcc47793fc6be60f2c Mon Sep 17 00:00:00 2001 From: Shubhendu Tripathi Date: Fri, 21 Mar 2014 13:53:46 +0530 Subject: 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 Reviewed-on: https://code.engineering.redhat.com/gerrit/21669 Reviewed-by: Darshan Narayana Murthy Reviewed-by: Sahina Bose --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 661dfd9..e9067e1 100644 --- a/configure.ac +++ b/configure.ac @@ -54,6 +54,8 @@ AC_SUBST([glusternagiospluginsdir], ['${nagiospluginsdir}/gluster']) AC_SUBST([glusternagioscommonpylibdir], ['${pyexecdir}/glusternagios']) AC_SUBST([nagiosserveraddonstestsdir], ['${datarootdir}/${PACKAGE_NAME}/tests']) AC_SUBST([nagioslivestatussocketpath], ['/var/spool/nagios/cmd/live']) +AC_SUBST([nagioscommandfilepath], ['/var/spool/nagios/cmd/nagios.cmd']) +AC_SUBST([hostmonitoringserviceslist], ['/etc/nagios/gluster/host-monitoring-services.in']) # Checking for pyflakes AC_PATH_PROG([PYFLAKES], [pyflakes]) @@ -94,7 +96,9 @@ AC_CONFIG_FILES([ Makefile nagios-server-addons.spec config/Makefile + plugins/check_remote_host.py plugins/constants.py + plugins/gluster_host_service_handler.py plugins/Makefile templates/Makefile tests/Makefile -- cgit