From b40621bc3f1253adaa154428ddef758638b5d175 Mon Sep 17 00:00:00 2001 From: Nishanth Thomas Date: Tue, 8 Apr 2014 20:12:14 +0530 Subject: SNMP Trap Support : SNMP notification on status change These plugins will generate SNMP traps when there is a host or service state change in Nagios. Plugged into the Nagios Notification mechanism and uses netsnmp utils to generate SNMP traps Addressed the review comments Change-Id: I42c4d1968a48bc80e767f6fbc24d1637a92d21b0 Signed-off-by: Nishanth Thomas --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') 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 -- cgit