Search found 11 matches
- Thu Jan 09, 2014 11:39 pm
- Forum: Nagios XI
- Topic: SNMPTT did not translate traps for Nagios XI
- Replies: 19
- Views: 9679
Re: SNMPTT did not translate traps for Nagios XI
Great!! it works here as well after net-snmp-perl is installed and net_snmp_perl_enabled =1. Now I can start my setup for a HA nagios. Excellent Jobs!!
- Wed Jan 08, 2014 11:17 pm
- Forum: Nagios XI
- Topic: SNMPTT did not translate traps for Nagios XI
- Replies: 19
- Views: 9679
Re: SNMPTT did not translate traps for Nagios XI
Just want to provide more information to speed thing up...here is my installed package about net-snmp [root@rhcs-node01 ~]# rpm -qa | grep snmp net-snmp-devel-5.5-49.el6.x86_64 php-snmp-5.3.3-27.el6_5.x86_64 net-snmp-utils-5.5-49.el6.x86_64 snmptt-1.4-0.6.beta2.el6.noarch net-snmp-libs-5.5-49.el6.x8...
- Wed Jan 08, 2014 10:54 pm
- Forum: Nagios XI
- Topic: SNMPTT did not translate traps for Nagios XI
- Replies: 19
- Views: 9679
Re: SNMPTT did not translate traps for Nagios XI
snmphandler.debug seems normal, I attached it here... [root@rhcs-node01 ~]# tail -n 50 /var/log/snmptt/snmptthandler.debug SNMPTTHANDLER started: Wed Jan 8 19:25:17 2014 s = 1389237917, usec = 335629 s_pad = 1389237917, usec_pad = 335629 Data received: <UNKNOWN> UDP: [192.168.14.96]:53500->[192.168....
- Wed Jan 08, 2014 12:05 am
- Forum: Nagios XI
- Topic: SNMPTT did not translate traps for Nagios XI
- Replies: 19
- Views: 9679
Re: SNMPTT did not translate traps for Nagios XI
yes, I did. I answered it at my second post as well since I don't recall I see any error after running the command, and snmptt.conf has new mibs listing after that. Is there any files/log that you need to confirm addmib was run successfully?
- Mon Jan 06, 2014 9:37 pm
- Forum: Nagios XI
- Topic: SNMPTT did not translate traps for Nagios XI
- Replies: 19
- Views: 9679
Re: SNMPTT did not translate traps for Nagios XI
I did also checked the unconfigured objects list in Admin page, but nothing there...the current situation simply is seeing new log in /var/log/snmptt/snmpttunknown.log after snmp traps were sent from remote server and I have attached them in my first post. I don't have snmptt.log though, I suppose t...
- Mon Jan 06, 2014 5:21 am
- Forum: Nagios XI
- Topic: SNMPTT did not translate traps for Nagios XI
- Replies: 19
- Views: 9679
Re: SNMPTT did not translate traps for Nagios XI
Thanks. By the way, just wondering if it is necessary setup monitored server hostname in Nagios XI exactly the same with the remote machine hostname? not sure if it would cause problem since hostname seems to be something part of the re-action in snmptt.conf EXEC /usr/local/bin/snmptraphandling.py &...
- Thu Jan 02, 2014 10:08 pm
- Forum: Nagios XI
- Topic: SNMPTT did not translate traps for Nagios XI
- Replies: 19
- Views: 9679
Re: SNMPTT did not translate traps for Nagios XI
Thanks for reply and Happy New year. Unfortunately I still did not find Nagios XI UI showing receive SNMP Trap after I change to (hope I understand it right) and restart snmptt. EVENT cfmGsmGwyNewAlarmNotification SNMPv2-SMI::enterprises.8756.100.1.2.10.2.0.100 "Status Events" Normal and o...
- Fri Dec 27, 2013 10:17 pm
- Forum: Nagios XI
- Topic: SNMPTT did not translate traps for Nagios XI
- Replies: 19
- Views: 9679
Re: SNMPTT did not translate traps for Nagios XI
Yes, I did use addmib to load mib files into snmptt.conf...in fact the linked material you provide is listed one of the five materials that I followed(listed in my first post...)
Thanks
Thanks
- Fri Dec 27, 2013 1:38 pm
- Forum: Nagios XI
- Topic: SNMPTT did not translate traps for Nagios XI
- Replies: 19
- Views: 9679
Re: SNMPTT did not translate traps for Nagios XI
Yes, you can find SNMPv2-SMI::enterprises.8756.100.1.2.10.2.0.100 in snmpttunknown.log(which listed as unknown trap ), also show up in my snmptt.conf EVENT cfmGsmGwyNewAlarmNotification .1.3.6.1.4.1.8756.100.1.2.10.2.0.100 "Status Events" Normal I believe that means mibs have been successf...
- Thu Dec 26, 2013 10:35 pm
- Forum: Nagios XI
- Topic: SNMPTT did not translate traps for Nagios XI
- Replies: 19
- Views: 9679
SNMPTT did not translate traps for Nagios XI
Hello My company assign me to deploy licensed Nagios XI at customer site to monitor third party software(shall send SNMP Traps) and their machines(on centOS 6.4), and make nagios send SNMP Traps out to customer's Fault Management Server... mibs are provided to us. The manual I followed include Nagio...