NagiosXI Multiple SNMP Traps 1 Host

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mlopez
Posts: 62
Joined: Fri Oct 19, 2012 11:35 am

NagiosXI Multiple SNMP Traps 1 Host

Post by mlopez »

Hi All,
I'm currently in the process of testing Nagios to replace a previous monitoring system and wondering if you would be able to answer a couple of questions.

Our environment is only passive snmp traps with over 1,000 hosts and 45 SNMP Trap OID's per. The issue I'm encountering when adding the Passive SNMP Trap service is that I am only able to see 1 SNMP trap "the latest" per host on the GUI unless I go in the host history.

This creates an issue as I would like my groups to be able to acknowledge and work off the alerts from Nagios instead of using e-mail and thus the reason I picked Nagios.


I read about adding 1 service per OID and wondering how I could accomplish this.


Sincerely,
Michael
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NagiosXI Multiple SNMP Traps 1 Host

Post by scottwilkerson »

You would want to edit your /etc/snmp/snmptt.conf

Changing the EXEC line for the OID's you want to have different service names, you would change

Code: Select all

"SNMP Traps"
to something like

Code: Select all

"SNMP Traps - OID.1.3.6.1.2.1.17.0.1"
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
mlopez
Posts: 62
Joined: Fri Oct 19, 2012 11:35 am

Re: NagiosXI Multiple SNMP Traps 1 Host

Post by mlopez »

Thanks again Scott for your help, Issue resolved.
Locked