fluent-plugin-munin
===================
## Component
Fluentd Input plugin to fetch munin-node metrics data with custom intervals.
## Installation
### native gem
`````
gem install fluent-plugin-munin
`````
### td-agent gem
`````
/usr/lib64/fluent/ruby/bin/fluent-gem install fluent-plugin-munin
`````
## Configuration
### Config Sample
`````
type munin
server localhost # Optional (default: localhost)
port 4949 # Optional (default: 4949)
interval 10s # Optional (default: 1m)
tag_prefix input.munin # Required
service cpu,df # Optional (not specify, fetch all enabled munin metrics)
record_hostname yes # Optional (yes/no)
type stdout
`````
### Output Sample
`````
input.munin.cpu: {"hostname":"myhost.example.com","service":"cpu","user":"113183","nice":"340","system":"26584","idle":"74205345","iowait":"26134","irq":"1","softirq":"506","steal":"0","guest":"0"}
`````
## TODO
patches welcome!
## Copyright
Copyright © 2012- Kentaro Yoshida (@yoshi_ken)
## License
Apache License, Version 2.0