Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/y-matsuwitter/mackerel-fluentd

mackerel plugin for fluentd monitor agent.
https://github.com/y-matsuwitter/mackerel-fluentd

Last synced: 18 days ago
JSON representation

mackerel plugin for fluentd monitor agent.

Awesome Lists containing this project

README

        

# mackerel-fluentd

Install
-----

```
$ curl -L -o /path/to/mackerel-fluentd https://github.com/y-matsuwitter/mackerel-fluentd/releases/download/v0.0.1/mackerel-fluentd.linux
$ chmod a+x /path/to/mackerel-fluentd
```

Usage
----

```
[plugin.metrics.fluentd]
command=/path/to/mackerel-fluentd -host=localhost -port=24220
```

Tips
----
This plugin uses fluentd plugin_id as a mackerel metrics name.
`plugin_id` is not a constant value if you don't specify it in a fluentd configuration.

Please specify a plugin id like this.

```

id stdout
type stdout

```

License
----

Mantle is released under the MIT license. See [LICENSE.md](https://github.com/y-matsuwitter/mackerel-fluentd//blob/master/LICENSE.md).