Search found 501 matches
- Fri Apr 10, 2026 2:21 am
- Forum: Nagios XI
- Topic: Nagios XI email problem
- Replies: 2
- Views: 250
Re: Nagios XI email problem
Try the notifications page and /var/log/
- Sat Apr 04, 2026 3:13 pm
- Forum: Nagios XI
- Topic: SNMP Trap Not Triggering Alert in Nagios XI
- Replies: 2
- Views: 687
Re: SNMP Trap Not Triggering Alert in Nagios XI
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
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
- Fri Mar 27, 2026 4:15 am
- Forum: Nagios XI
- Topic: Nagios XI - Security Issues
- Replies: 10
- Views: 1575
Re: Nagios XI - Security Issues
You have it backwards. Nagios doesn't determine the version of software packages, the OS distro and version does.
I'm not sure why this is confusing.
If you have issues with security problems talk to Oracle.
I'm not sure why this is confusing.
If you have issues with security problems talk to Oracle.
- Fri Mar 27, 2026 1:53 am
- Forum: Nagios XI
- Topic: Nagios XI - Security Issues
- Replies: 10
- Views: 1575
Re: Nagios XI - Security Issues
I don't know what you're asking.
The nagios website has a list of supported linux distros and versions.
The nagios website has a list of supported linux distros and versions.
- Thu Mar 26, 2026 11:53 pm
- Forum: Nagios XI
- Topic: Nagios XI - Security Issues
- Replies: 10
- Views: 1575
Re: Nagios XI - Security Issues
The versions of the packages are determined by the versions distributed with the version of the OS.
- Wed Mar 25, 2026 10:31 pm
- Forum: Nagios XI
- Topic: monitor the ESX / ESXi host
- Replies: 7
- Views: 2454
Re: monitor the ESX / ESXi host
You should start a new thread and describe what's going on.
- Thu Mar 19, 2026 6:04 pm
- Forum: Nagios XI
- Topic: dropping snmptraps
- Replies: 11
- Views: 16218
Re: dropping snmptraps
Thanks for the added info.
- Wed Mar 18, 2026 9:53 pm
- Forum: Nagios XI
- Topic: dropping snmptraps
- Replies: 11
- Views: 16218
Re: dropping snmptraps
I'd imagine that the issue is the default case. You may want to make the logging different for those forwarded traps, after this line: # All other traps pass through
- Tue Mar 17, 2026 5:35 pm
- Forum: Nagios XI
- Topic: dropping snmptraps
- Replies: 11
- Views: 16218
Re: dropping snmptraps
One way or another your script is sending the traps to snmptt.
- Tue Mar 17, 2026 2:43 pm
- Forum: Nagios XI
- Topic: dropping snmptraps
- Replies: 11
- Views: 16218
Re: dropping snmptraps
I'd guess that somehow TRAP_CONTENT isn't right although it looks fine. Of course if that were true, the traps you want would also be broken. Snmptt is getting the traps and processing them or there wouldn't be anything in nagios logs or unconfigured objects. Traps going to unconfigured objects ofte...