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
- Host: GitHub
- URL: https://github.com/iij/fluent-plugin-snmp
- Owner: iij
- License: other
- Created: 2012-11-08T06:12:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T09:06:30.000Z (about 8 years ago)
- Last Synced: 2024-03-15T05:05:52.321Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 50.8 KB
- Stars: 28
- Watchers: 9
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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