mackerel-agent-plugins
Plugins for mackerel-agent, which is resource aggregator for Mackerel.
Detailed specification of plugin can be shown at mackerel-agent specification.
Document of each plugin is located under each sub directory.
Installation
Install mackerel-agent
http://help-ja.mackerel.io/entry/howto/install-agent
Skip this process when you have already installed mackerel-agent.
Install mackerel-agent-plugins
Install plugins via yum or apt repository.
CentOS 5/6
yum install mackerel-agent-plugins
Debian 6/7
apt-get install mackerel-agent-plugins
mackerel-agent-plugins are installed to /usr/local/bin/mackerel-plugin-*
.
Caution
Some plugins may not work on CentOS/RedHat 5 because golang compiler (gc) doesn't support old kernel.
(https://golang.org/doc/install)
Contribution
- fork it
- develop plugin you want
- create pullrequest!