Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hfm/mackerel-plugin-mogilefs

MogileFS custom metrics plugin for mackerel.io agent.
https://github.com/hfm/mackerel-plugin-mogilefs

mackerel mackerel-plugin mackerel-plugin-mogilefs mogilefs

Last synced: 3 days ago
JSON representation

MogileFS custom metrics plugin for mackerel.io agent.

Awesome Lists containing this project

README

        

mackerel-plugin-mogilefs [![Build Status](https://travis-ci.org/hfm/mackerel-plugin-mogilefs.svg?branch=master)](https://travis-ci.org/hfm/mackerel-plugin-mogilefs)
===

MogileFS custom metrics plugin for mackerel.io agent.

Inspired by [`mogilefsd_activity` and `mogilefsd_queries`](http://munin-monitoring.org/browser/munin-contrib/plugins/mogilefs)

Synopsis
---

```sh
mackerel-plugin-mogilefs [-host=] [-port=] [-tempfile=] [-version]
```

```console
$ ./mackerel-plugin-mogilefs -h
Options:

-H, -host=127.0.0.1 Host of mogilefsd

-p, -port=7001 Port of mogilefsd

-t, -tempfile=/tmp/mackerel-plugin-mogilefs Temp file name

-v, -version=false Print version information and quit.
```

Example of mackerel-agent.conf

```toml
[plugin.metrics.mogilefs]
command = "/path/to/mackerel-plugin-mogilefs"
```