Opennms silently fails to detect SNMP on Dlink Switches

Description

Hello,

Opennms fails to detect SNMP on Dlink DGS 3100-24. I iterates until entry:

DEBUG - Storing Result: alias: ifAdminStatus [.1.3.6.1.2.1.2.2.1.7].[72] = INTEGER: 1
DEBUG - Storing Result: alias: ifOperStatus [.1.3.6.1.2.1.2.2.1.8].[72] = INTEGER: 2
DEBUG - Storing Result: alias: ifLastChange [.1.3.6.1.2.1.2.2.1.9].[72] = Timeticks: 6082
DEBUG - Storing Result: alias: ifName [.1.3.6.1.2.1.31.1.1.1.1].[56] = STRING: 2:6 (323a36)
DEBUG - Sending tracker pdu of size 10
INFO - IfSnmpCollector: failed to collect System group for 10.9.242.9

And process continues...why IfSnmpCollector failed?

I found that the cause is a timeout. However, the real problem is that the timeout message is not shown in any log. It should be used somewhere in:

org/opennms/netmgt/capsd/IfSnmpCollector.java:
public void run() {
...
}

I'll attach a patch for this last option

Environment

Operating System: Linux Platform: PC

Acceptance / Success Criteria

None

Attachments

1

Lucidchart Diagrams

Activity

Show:

Seth Leger December 8, 2011 at 5:19 PM

Applied this small patch. Marking as fixed.

commit ef8d907e779734471ff518efe5697ab1bca29779

Luiz Angelo Daros de Luca July 12, 2010 at 5:06 PM

Created an attachment (id=1048)
This patch add some lines to check and show error messages while snmpwalking

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

PagerDuty

Created July 12, 2010 at 5:05 PM
Updated January 27, 2017 at 4:26 PM
Resolved December 8, 2011 at 5:19 PM