Fixed
Details
Assignee
Jeff GehlbachJeff GehlbachReporter
Jeff GehlbachJeff GehlbachLabels
Components
Fix versions
Affects versions
Priority
Blocker
Details
Details
Assignee
Jeff Gehlbach
Jeff GehlbachReporter
Jeff Gehlbach
Jeff GehlbachLabels
Components
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created November 21, 2016 at 5:20 PM
Updated November 30, 2016 at 11:11 AM
Resolved November 22, 2016 at 4:09 PM
Trapd sometimes logs the following scary-looking message at ERROR severity:
Received a trap with an unknown SNMP protocol version 'v2'
The message is produced by accounting code in the
TrapQueueProcessor
class, which recognizes onlyv2c
and notv2
when counting traps received using protocol version 2; it should treat the two values as equivalent. This message happens because some events derived from SNMPv2c traps end up havingv2
rather thanv2c
recorded as their protocol version.The impact should be limited to log noise (which could be quite significant in busy installs) and miscounted traps in the Trapd JMX statistics.