From ed8efbc2adb78ab756081b1f57dd23328123a1d5 Mon Sep 17 00:00:00 2001 From: Sahina Bose Date: Tue, 1 Apr 2014 17:08:18 +0530 Subject: plugins: Plugin to act on syslog message This plugin integrates with syslog messages and sends the output to Nagios server using NSCA Refactored code to separate out common NSCA related code to nscautils Change-Id: I6a874da7f2296310060742acb6b1cd6562f5d0f0 Signed-off-by: Sahina Bose --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index db4147e..dffb3ea 100644 --- a/configure.ac +++ b/configure.ac @@ -53,6 +53,7 @@ AC_SUBST([nagiospluginsdir], ['${libdir}/nagios/plugins']) AC_SUBST([glusternagiospluginsdir], ['${nagiospluginsdir}/gluster']) AC_SUBST([glusternagioscommonpylibdir], ['${pyexecdir}/glusternagios']) AC_SUBST([glusternagiosaddonstestsdir], ['${datarootdir}/${PACKAGE_NAME}/tests']) +AC_SUBST([nagiosconf], ['/etc/nagios']) # Checking for pyflakes AC_PATH_PROG([PYFLAKES], [pyflakes]) @@ -94,7 +95,10 @@ AX_PYTHON_MODULE([selinux], [fatal]) AC_CONFIG_FILES([ Makefile gluster-nagios-addons.spec + config/Makefile + config/glusternagios.conf plugins/Makefile + plugins/nscautils.py plugins/volcap/Makefile tests/Makefile tests/run_tests_local.sh -- cgit