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: 4 months ago
JSON representation
MogileFS custom metrics plugin for mackerel.io agent.
- Host: GitHub
- URL: https://github.com/hfm/mackerel-plugin-mogilefs
- Owner: hfm
- License: mit
- Created: 2015-12-27T18:29:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T17:02:17.000Z (over 7 years ago)
- Last Synced: 2025-04-06T20:17:03.235Z (about 1 year ago)
- Topics: mackerel, mackerel-plugin, mackerel-plugin-mogilefs, mogilefs
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
mackerel-plugin-mogilefs [](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"
```