Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E2EF19C7C for ; Tue, 8 May 2012 23:58:16 +0000 (UTC) Received: (qmail 8239 invoked by uid 500); 8 May 2012 23:58:16 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 8093 invoked by uid 500); 8 May 2012 23:58:16 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 8076 invoked by uid 99); 8 May 2012 23:58:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2012 23:58:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2012 23:58:09 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 143BF43AEC9 for ; Tue, 8 May 2012 23:57:49 +0000 (UTC) Date: Tue, 8 May 2012 23:57:49 +0000 (UTC) From: "Jonathan Barber (JIRA)" To: issues@camel.apache.org Message-ID: <7645110.41701.1336521469084.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <848776159.41602.1336518948823.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CAMEL-5255) Add all SNMPv1 TRAP PDU information to message body for camel-snmp component MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CAMEL-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Barber updated CAMEL-5255: ----------------------------------- Attachment: SnmpConverters.java.patch.2012-05-09T00+0100 This patch uses more sane output for v1 PDU and adds an attribute to the snmp tag so the user knows it's a SNMP V1 PDU, example XML for a v1 PDU: {code} 0.01.2.3.410100.0foo0.0bar {code} generated by net-snmp command: {code} snmptrap -v 1 -c publicasd 127.0.0.1:1162 0 1.2.3.4 1 0 10 0 s 'foo' 0 s 'bar' {code} > Add all SNMPv1 TRAP PDU information to message body for camel-snmp component > ---------------------------------------------------------------------------- > > Key: CAMEL-5255 > URL: https://issues.apache.org/jira/browse/CAMEL-5255 > Project: Camel > Issue Type: Improvement > Components: camel-snmp > Affects Versions: 2.10.0 > Reporter: Jonathan Barber > Priority: Minor > Attachments: SnmpConverters.java.patch, SnmpConverters.java.patch.2012-05-09T00+0100 > > > The attached patch captures additional information available in an SNMPv1 TRAP PDU (enterprise trap ID, agent-addr, generic trap ID, specific trap ID, and system uptime) to the camel-snmp message body. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira