summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 93254a4..7b53aba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,6 +59,7 @@ AC_SUBST([hostmonitoringserviceslist], ['/etc/nagios/gluster/host-monitoring-ser
AC_SUBST([nrpepath], ['/usr/lib64/nagios/plugins/check_nrpe'])
AC_SUBST([glusterautoconfdir], ['/etc/nagios/gluster'])
AC_SUBST([glusterhostconfigtemplatedir], ['/etc/nagios/gluster/default'])
+AC_SUBST([snmpmanagerlist], ['/etc/nagios/gluster/snmpmanagers.cfg'])
# Checking for pyflakes
AC_PATH_PROG([PYFLAKES], [pyflakes])
@@ -103,6 +104,8 @@ AC_CONFIG_FILES([
plugins/constants.py
plugins/gluster_host_service_handler.py
plugins/Makefile
+ plugins/hostsnmptrapgenerator.py
+ plugins/servicesnmptrapgenerator.py
templates/Makefile
tests/Makefile
tests/run_tests_local.sh