For the customer requested, I need to monitor the http://www.efficientip.com/solidserver/solidserver with SNMP Traps.
So I followed the instruction http://assets.nagios.com/downloads/nagi ... ith_XI.pdf.
My OS is CentOS 6.4 64bits with Nagios XI latest version(Nagios XI 2012R2.7).
After installed XI, I install SNMPTT-1.3-3, then I uploaded the MIBs to /usr/share/snmp/mibs
Then I run the /usr/local/bin/addmib <mibfile> command.
After starting the service, I saw two log files at /var/log/snmptt which are snmpttsystem.log and snmpttunknown.log
cat /var/log/snmptt/snmpttsystem.log
cat /var/log/snmptt/snmpttunknown.logTue Dec 3 10:53:50 2013 SNMPTT v1.3 shutdown
Tue Dec 3 10:53:50 2013 Total traps received=0,Total traps translated=0,Total traps ignored=0,Total unknown traps=0
Tue Dec 3 10:54:07 2013 SNMPTT v1.3 started
Tue Dec 3 10:54:07 2013 Could not convert user id 'snmptt' to a numeric UID
So how can I solve this problem? Please...[root@centos snmptt]# cat snmpttunknown.log
Mon Dec 2 13:28:34 2013: Unknown trap (.1.3.6.1.4.1.8072.4.0.2) received from 192.168.2.100 at:
Value 0: 192.168.2.100
Value 1: 192.168.2.100
Value 2: 0:1:41:55.00
Value 3: .1.3.6.1.4.1.8072.4.0.2
Value 4: 192.168.2.100
Value 5:
Value 6: .1.3.6.1.4.1.8072.4
Value 7:
Value 8:
Value 9:
Value 10:
Mon Dec 2 13:39:29 2013: Unknown trap (.1.3.6.1.6.3.1.1.5.1) received from 192.168.2.100 at:
Value 0: 192.168.2.100
Value 1: 192.168.2.100
Value 2: 0:0:00:00.05
Value 3: .1.3.6.1.6.3.1.1.5.1
Value 4: 192.168.2.100
Value 5:
Value 6: .1.3.6.1.4.1.8072.3.2.8
Value 7:
Value 8:
Value 9:
Value 10:
Mon Dec 2 13:39:29 2013: Unknown trap (.1.3.6.1.6.3.1.1.5.1) received from 192.168.2.100 at:
Value 0: 192.168.2.100
Value 1: 192.168.2.100
Value 2: 0:0:00:00.05
Value 3: .1.3.6.1.6.3.1.1.5.1
Value 4: 192.168.2.100
Value 5:
Value 6: .1.3.6.1.4.1.8072.3.2.8
Value 7:
Value 8:
Value 9:
Value 10:
Thu Jan 1 07:30:00 1970: Unknown trap () received from at:
Value 0:
Value 1:
Value 2:
Value 3:
Value 4:
Value 5:
Value 6:
Value 7:
Value 8:
Value 9:
Value 10:
Thu Jan 1 07:30:00 1970: Unknown trap () received from at:
Value 0:
Value 1:
Value 2:
Value 3:
Value 4:
Value 5:
Value 6:
Value 7:
Value 8:
Value 9:
Value 10:
[root@centos snmptt]#
