I was able to successfully upload the wizard, however, I cannot see any traps when I scan devices.
I have verified that port 162 is open on my Nagios box (I believe):
Code: Select all
[root@nagiosxivm ~]# nmap -p 162 -sU -P0 xxx.xxx.xxx.xxx
Starting Nmap 5.21 ( http://nmap.org ) at 2012-08-16 14:17 UTC
Nmap scan report for xxx.xxx.xxx.xxx
Host is up.
PORT STATE SERVICE
162/udp open|filtered snmptrap
Nmap done: 1 IP address (1 host up) scanned in 2.58 secondsIn the Falcon USHA Web interface, USHA Management > SNMP TRAP Receivers > I have the following:
Code: Select all
NMS IP Address Community String Trap Type Severity Description
<XI IP Address> * USHA Trap Informational Test
When I check the log, I get the following:There are no monitoring options to configure with SNMP Traps. Click Next to continue.
Code: Select all
[root@nagiosxivm snmp]# tail /var/log/snmptt/snmptt.log
Wed Aug 15 07:25:12 2012 .1.3.6.1.4.1.2468.1.2.1.2.0.1 Normal "Status Events" xxx.xxx.xxx.xxx - INFORMATION: Utility power has been restore. Utility power has been restore
I have adjusted trap severity, per the Integrating SNMP Traps document.
I can run a UPS battery test while I tail -f /var/log/snmptt/snmptt.log and I see the results come in as the test is running.
when I view /var/log/snmptt/snmpttsystem.log, I see the following:
Code: Select all
Thu Aug 16 15:10:33 2012 SNMPTT v1.3 shutdown
Thu Aug 16 15:10:33 2012 Total traps received=0,Total traps translated=0,Total traps ignored=0,Total unknown traps=0
Thu Aug 16 15:10:36 2012 SNMPTT v1.3 started
Thu Aug 16 15:10:37 2012 Loading /etc/snmp/snmptt.conf
Thu Aug 16 15:10:37 2012 Finished loading 2656 lines from /etc/snmp/snmptt.conf
Thu Aug 16 15:10:37 2012 Could not convert user id 'snmptt' to a numeric UID
Code: Select all
[root@nagiosxivm snmp]# id snmptt
id: snmptt: No such userHave I missed a step?
Any help would be greatly appreciated.