It is a sample to send munin metrics to mongoDB.
# appearing plugins:
# munin: http://rubygems.org/gems/fluent-plugin-munin
# mongo: http://rubygems.org/gems/fluent-plugin-mongo
# recieve all metrics from munin.
type mongo
host localhost
port 27017
database mongo
tag_mapped
# mongoDB stored sample.
# $ mongo
# MongoDB shell version: 2.2.0
# connecting to: test
# > use munin
# switched to db munin
# > show collections
# cpu
# df