You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-dev@logging.apache.org by "Thomas Johnson (Commented) (JIRA)" <ji...@apache.org> on 2011/10/25 21:36:32 UTC

[jira] [Commented] (LOG4NET-254) [PATCH] Added Snmp V1 Trap Appender

    [ https://issues.apache.org/jira/browse/LOG4NET-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13135357#comment-13135357 ] 

Thomas Johnson commented on LOG4NET-254:
----------------------------------------

Hey, I haven't done this yet because I'm lazy and it took 2 years to get a response on my patch


                
> [PATCH] Added Snmp V1 Trap Appender
> -----------------------------------
>
>                 Key: LOG4NET-254
>                 URL: https://issues.apache.org/jira/browse/LOG4NET-254
>             Project: Log4net
>          Issue Type: New Feature
>          Components: Appenders
>         Environment: independent
>            Reporter: Thomas Johnson
>             Fix For: 1.2 Maintenance Release
>
>         Attachments: SnmpTrapAppender.cs, SnmpTrapAppender.patch
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> Added simple Snmp V1 Trap appender. 
> Properties are based on configuration XML for log4j.  I interpreted ApplicationTrapOID 
> from the log4j appender to mean the ObjectOID for the message variable added to the TrapPDU.
> Uptime ticks PDU element based on time appender class is instantiated.  Could be extended
> to include options for app pool uptime or time since last boot, etc. 4K character limit 
> imposed on message length, extra cares will be truncated.
> Baseline revision: 881070
> New File:
> apache-log4net\src\Appender\SnmpTrapAppender.cs
> Example Config:
>     <appender name="SnmpTrapAppender" type="log4net.Appender.SnmpTrapAppender">
>       <RemoteAddress value="127.0.0.1" />
>       <RemotePort value="162" />
>       <EnterpriseOID value="1.3.6.1.X.X.XXX.X.X" />
>       <ApplicationTrapOID value="1.3.6.1.X.X.XXX.X.X.X.14" />
>       <CommunityString value="public" />
>       <GenericTrapType value="EnterpriseSpecific" />
>       <SpecificTrapType value="16" />
>       <layout type="log4net.Layout.PatternLayout">
>         <conversionPattern value="%message" />
>       </layout>
>     </appender>

--
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