An open API service indexing awesome lists of open source software.

https://github.com/iij/fluent-plugin-snmp

Fluentd snmp input plugin
https://github.com/iij/fluent-plugin-snmp

Last synced: 5 months ago
JSON representation

Fluentd snmp input plugin

Awesome Lists containing this project

README

        

# Fluent::Plugin::Snmp, a plugin for [Fluentd](http://fluentd.org)

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


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



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



type stdout

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