Fluent::Plugin::Mongostat, a plugin for Fluentd
Overview
- mongostat log input plugin for fluentd
Dependencies
- mongostat >= 3.0.0
Installation
$ fluent-gem install fluent-plugin-mongostat
Usage
In your Fluentd configuration, use @type mongostat
.
<source>
@type mongostat
tag mongostat.log
refresh_interval 10
</source>
Configuration
tag
the tag of event.
- default: mongostat
option
Option for mongostat command.
- default: None
refresh_interval
Interval of get mongostat metrics.
- default: 30