Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hfm/mackerel-plugin-mogilefs
- Owner: hfm
- License: mit
- Created: 2015-12-27T18:29:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T17:02:17.000Z (over 6 years ago)
- Last Synced: 2024-11-01T19:42:25.465Z (about 2 months ago)
- Topics: mackerel, mackerel-plugin, mackerel-plugin-mogilefs, mogilefs
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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"
```