
|
If you were logged in you would be able to see more operations.
|
|
|
Hyperic HQ
Created: 08/Aug/07 03:08 PM
Updated: 18/Dec/07 10:08 AM
|
|
| Component/s: |
Agent
|
| Affects Version/s: |
3.1.0,
3.0.5
|
| Fix Version/s: |
3.1.1,
3.1.4
|
|
|
Environment:
|
Agent SNMP trap receiver. Last know to work in 3.0.3. Fails in 3.0.5 and 3.1.0 (since snmp4j.jar update).
|
|
| Verify By: |
Chip Witt
|
| 3.0 Category: |
Agent
|
| Last comment: |
51 weeks, 1 day ago
|
| Resolution Date: |
29/Nov/07 07:05 AM
|
|
_3.0.3-EE_Config_Check_Info_
agent.properties has the following:
snmpTrapReceiver.listenAddress=udp:0.0.0.0/1620
Running an `netstat -nau | grep 1620` yields:
udp 0 0 0.0.0.0:1620 0.0.0.0:*
With DEBUG logging, I get the following entry upon start-up of the agent:
2007-08-06 20:58:05,904 DEBUG [SNMPTrapReceiver] Listen address=udp:0.0.0.0/1620
_3.0.5-EE_On_
Same agent.properties entry, yet no expected output from netstat, and no errors in agent.log (even with DEBUG turned on). Bottom-line, no workie.
|
|
Description
|
_3.0.3-EE_Config_Check_Info_
agent.properties has the following:
snmpTrapReceiver.listenAddress=udp:0.0.0.0/1620
Running an `netstat -nau | grep 1620` yields:
udp 0 0 0.0.0.0:1620 0.0.0.0:*
With DEBUG logging, I get the following entry upon start-up of the agent:
2007-08-06 20:58:05,904 DEBUG [SNMPTrapReceiver] Listen address=udp:0.0.0.0/1620
_3.0.5-EE_On_
Same agent.properties entry, yet no expected output from netstat, and no errors in agent.log (even with DEBUG turned on). Bottom-line, no workie.
|
Show » |
|
Assigning to Chip to reproduce.