SNMP Trap Not Triggering Alert in Nagios XI

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Post Reply
roseblack
Posts: 3
Joined: Wed Jul 23, 2025 2:55 am
Contact:

SNMP Trap Not Triggering Alert in Nagios XI

Post by roseblack »

Hi everyone,

I'm currently using Nagios XI (version 5.11.0) and trying to set up SNMP trap-based alerts for a network switch (Cisco Catalyst 2960). I’ve configured the device to send traps to the Nagios server, and I can confirm that the traps are being received (they appear in /var/log/snmptrapd.log).

However, the issue is that Nagios XI is not generating any alerts or associating these traps with a host/service. I’ve already:

Enabled and configured SNMP Trap Interface
Added the MIB files for the device
Restarted snmptrapd and Nagios services
Checked permissions on /var/spool/snmptt/

Despite this, no alerts are triggered in the dashboard.

Is there a specific step I might be missing to map incoming traps to services, or any common misconfiguration that could cause this behavior?

Thanks!
kg2857
Posts: 500
Joined: Wed Apr 12, 2023 5:48 pm

Re: SNMP Trap Not Triggering Alert in Nagios XI

Post by kg2857 »

What do the snmptt logs say?
What's in unconfigured objects?
Have you created the switch host?
Have you created an "SNMP Traps" service and added the host to it?
I searched for a doc: https://assets.nagios.com/downloads/nag ... ios_XI.pdf
alexwilliams9811
Posts: 1
Joined: Sun Apr 05, 2026 10:44 pm

Re: SNMP Trap Not Triggering Alert in Nagios XI

Post by alexwilliams9811 »

Yeah, sounds like the trap is reaching snmptrapd but not fully processed.
I’d check a couple quick things:
Do you see anything in /var/log/snmptt/snmptt.log? If not, traps aren’t getting passed to snmptt.
Make sure you have matching OIDs in snmptt.conf (no EVENT = no alert).
Confirm there’s an SNMP Trap service linked to the host in XI.
If any step in the chain breaks (snmptrapd → snmptt → XI → service), you’ll get exactly this behavior.
Post Reply