We are trying to receive traps from a Windows server which send traps to port 9000 (not the standard 162). In the Config Monitorin Wizard, SNMP Trap Monitoring Wizard, the server is selected but Nagios is not able to discover the Trap. Is there a way to specify to look for a trap in a different port?
Thanks
Receive trap in a port different than 162
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Receive trap in a port different than 162
The problem isn't the wizard, it is the face that the standard trap port is 162
You could set the settings to something else in /etc/snmp/snmptrapd.conf
here is a document on that file
http://linux.die.net/man/5/snmptrapd.conf
You will need to restart snmptrapd for changes to take effect
You could set the settings to something else in /etc/snmp/snmptrapd.conf
here is a document on that file
http://linux.die.net/man/5/snmptrapd.conf
You will need to restart snmptrapd for changes to take effect
Code: Select all
service snmptrapd restart