Search found 7 matches
- Wed Jun 11, 2014 12:44 pm
- Forum: Nagios XI
- Topic: Need Help Setting UP Passive SNMP Receiver
- Replies: 9
- Views: 1521
Re: Need Help Setting UP Passive SNMP Receiver
I found the first problem, I had both snmpd and snmptrapd configured. Disabled snmpd and reconfigured snmptrapd to listen on port 161 and I now see data in the spool directory as well as the log files. The traps are still not being passed to Nagios but I am continuing to troubleshooting.
- Wed Jun 11, 2014 11:44 am
- Forum: Nagios XI
- Topic: Need Help Setting UP Passive SNMP Receiver
- Replies: 9
- Views: 1521
Re: Need Help Setting UP Passive SNMP Receiver
I can see that snmpd is registering incoming traps because I see the incoming UDP connection in syslog:
Code: Select all
Jun 11 09:38:09 limelight snmpd[10521]: Connection from UDP: [10.120.2.20]:300->[10.6.1.109]- Tue Jun 10, 2014 5:57 pm
- Forum: Nagios XI
- Topic: Need Help Setting UP Passive SNMP Receiver
- Replies: 9
- Views: 1521
Re: Need Help Setting UP Passive SNMP Receiver
SNMPTrapd is running. Here is the output of my snmptt.conf file specific to the MIB I am working with: cat snmptt.conf. | grep EXEC EXEC /usr/local/nagios/libexec/eventhandlers/submit_check_result $r TRAP 1 "SNMP Notification representing Conditions/Alarms $*" EXEC /usr/local/nagios/libexe...
- Mon Jun 09, 2014 2:47 pm
- Forum: Nagios XI
- Topic: Need Help Setting UP Passive SNMP Receiver
- Replies: 9
- Views: 1521
Re: Need Help Setting UP Passive SNMP Receiver
Versions: # rpm -qa | grep snmp net-snmp-5.5-49.el6_5.1.i686 nagios-plugins-snmp-1.4.16-10.el6.i686 net-snmp-utils-5.5-49.el6_5.1.i686 snmptt-1.4-0.9.beta2.el6.noarch net-snmp-perl-5.5-49.el6_5.1.i686 php-snmp-5.3.3-27.el6_5.i686 net-snmp-libs-5.5-49.el6_5.1.i686 Bins: # ls -lva /usr/local/bin | gre...
- Thu May 29, 2014 12:37 pm
- Forum: Nagios XI
- Topic: Need Help Setting UP Passive SNMP Receiver
- Replies: 9
- Views: 1521
Re: Need Help Setting UP Passive SNMP Receiver
The snmptt.log and snmpttunknown.log files do not exist. The snmptt.debug file only shows "Sleeping for 5 seconds" and snmpttsystem.log shows as follows: Sun May 25 03:43:03 2014 Reloading configuration file(s) Sun May 25 03:43:03 2014 Loading /usr/share/snmp/mibs/processed_mibs/INFINERA-T...
- Mon Apr 21, 2014 5:37 pm
- Forum: Nagios XI
- Topic: Need Help Setting UP Passive SNMP Receiver
- Replies: 9
- Views: 1521
Need Help Setting UP Passive SNMP Receiver
I am using RHEL 6.5 and Nagios XI 2012 R2.9. I have run the SNMP Trap Monitoring wizard, configured it for two hosts, and uploaded the MIBs. Using TCPDUMP I can see the traps are being transmitted to the server but they go no further. SNMPD and SNMPTT daemons are running, SNMPTT is running in debug ...
- Tue May 10, 2011 12:31 am
- Forum: Open Source Nagios Projects
- Topic: Configuring NRPE
- Replies: 0
- Views: 1017
Configuring NRPE
I'm running Nagios Core 3.2.3 on Fedora 14 with SELinux disabled. I have installed the NRPE daemon on the remote servers with command rules to match the NRPE plugin rules that are install on the monitoring server. After I write out the rules and create the config files (<machinename.cfg>) in /etc/na...