Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1 KB

File metadata and controls

44 lines (30 loc) · 1 KB

mackerel-plugin-fluentd

Fluentd (http://www.fluentd.org/) custom metrics plugin for mackerel.io agent.

Synopsis

mackerel-plugin-fluentd [-host=<host>] [-port=<port>] [-tempfile=<tempfile>] [-plugin-type=<plugin-type>] [-plugin-id-pattern=<plugin-id-pattern>]

Example of mackerel-agent.conf

[plugin.metrics.fluentd]
command = "/path/to/mackerel-plugin-fluentd"

Enable monitor_agent for fluentd

This plugin needs to enable monitor_agent at the target fluentd process. Add following configuraion to your fluentd.conf.

<source>
type monitor_agent
bind 0.0.0.0
port 24220
</source>

See http://docs.fluentd.org/articles/monitoring in details.

License

Released under the MIT license http://opensource.org/licenses/mit-license.php

Original version of the plugin https://github.com/y-matsuwitter/mackerel-fluentd Copyright (c) 2015 Yuki Matsumoto

Current version is forked from the original version under the MIT license. Copyright (c) 2015 Shinji Tanaka