aokumasan / fluent-plugin-mongostat

mongostat input plugin for fluentd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fluent::Plugin::Mongostat, a plugin for Fluentd

CircleCI

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

About

mongostat input plugin for fluentd


Languages

Language:Ruby 100.0%