SNMP Trap Sender

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
deepavaidya
Posts: 80
Joined: Sun Oct 06, 2013 8:23 am

SNMP Trap Sender

Post 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.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: SNMP Trap Sender

Post 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.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Locked