Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/y-matsuwitter/mackerel-fluentd
- Owner: y-matsuwitter
- License: other
- Created: 2015-02-10T21:41:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T09:04:31.000Z (over 9 years ago)
- Last Synced: 2024-06-21T02:30:38.684Z (7 months ago)
- Language: Go
- Size: 172 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).