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 --- nagios-server-addons.spec.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nagios-server-addons.spec.in') diff --git a/nagios-server-addons.spec.in b/nagios-server-addons.spec.in index 1fb8f11..7d1e934 100644 --- a/nagios-server-addons.spec.in +++ b/nagios-server-addons.spec.in @@ -76,6 +76,7 @@ Requires: python-inotify Requires: libselinux-python Requires: rrdtool-perl Requires: python-jinja2 +Requires: net-snmp-utils %description Nagios plugin, scripts, configuration files etc for gluster nodes. @@ -195,6 +196,7 @@ fi %attr(0755, -, -) %{_libdir}/nagios/plugins/gluster/* %attr(0775, root, nagios) %dir %{_sysconfdir}/nagios/gluster %{_sysconfdir}/nagios/gluster/* +/usr/share/snmp/mibs/* %files tests %defattr(-,root,root,-) -- cgit