Fluent::Plugin::SnmpTrap, a plugin for Fluentd

Fluentd snmp trap input plugin

Installation

Add this line to your application's Gemfile:

gem 'fluent-plugin-snmptrap'

Or install it yourself as:

$ gem install fluent-plugin-snmptrap

Usage

<source>
  type snmptrap
  port 162
  tag alert.snmptrap
</source>

<match alert.snmptrap*>
  type stdout
</match>