No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Input plugin to snmp
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.12
~> 1.1.0
~> 10.0

Runtime

>= 0.10.58
= 0.1.5
~> 1.2.0
 Project Readme

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

Fluentd snmp input plugin

Installation possibilities

  • With your application's Gemfile:

    gem 'fluent-plugin-snmp'

  • Install it yourself as:

    $ gem install fluent-plugin-snmp

  • Intall with td-agent:

    $ td-agent-gem install fluent-plugin-snmp

  • If you are using vanilla Fluentd:

    $ fluent-gem install fluent-plugin-snmp

Usage

<source>
  type snmp
  tag snmp.server1
  nodes name, value
  host localhost
  community public
  mib sysContact.0, sysDescr.0, sysName.0
  method_type get
  polling_time 5
  polling_type async_run
</source>

<source>
  type snmp
  tag snmp.server2
  host localhost
  community public
  mib hrStorageIndex, hrStorageDescr, hrStorageSize, hrStorageUsed
  mib_modules HOST-RESOURCES-MIB
  polling_time 0,10,20,30,40,50
  out_executor sample/out_exec.rb.sample
</source>

<match snmp.server*>
  type stdout
</match>

Copyright

Copyright (c) 2012 Internet Initiative Inc. Apache Licence, Version 2.0