Page 1 of 1

SNMP Trap Sender

Posted: Tue Nov 26, 2013 7:17 am
by deepavaidya
Hi

Is it possible to send specific traps to a third party tool by using SNMP Trap sender component in nagios XI ? Right now it sends all the traps.

Re: SNMP Trap Sender

Posted: Tue Nov 26, 2013 11:41 am
by sreinhardt
I don't believe this is possible without modifying the code for the snmp trap sending component. One possibility might be to remove the snmp trap sending component, but keep the scripts that get executed, then set the hosts\services you wish to send traps to use that as an object event handler. Otherwise as you really would have to modify the scripts themselves to filter out what you do not wish to send.