Skip to content

aokumasan/fluent-plugin-mongostat

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages