/mackerel-plugin-mesos

Mesos plugin for mackerel.io agent

Primary LanguageGoApache License 2.0Apache-2.0

mackerel-plugin-mesos

Build Status License Release

Mesos plugin for mackerel.io agent. This repository releases an artifact to Github Releases, which satisfy the format for mkr plugin installer.

Install

mkr plugin install y-kuno/mackerel-plugin-mesos

Synopsis

mackerel-plugin-mesos [--host=<host>] [--port=<port>] [--node=<node>] [--metric-key-prefix=<prefix>]

Master Node

[plugin.metrics.mesos]
command = "/path/to/mackerel-plugin-mesos --node=master"

Slave Node

[plugin.metrics.mesos]
command = "/path/to/mackerel-plugin-mesos --node=salve"

Documents