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.
- mackerel-plugin-apache2
- mackerel-plugin-aws-ec2-cpucredit
- mackerel-plugin-aws-elb
- mackerel-plugin-aws-rds
- mackerel-plugin-elasticsearch
- mackerel-plugin-haproxy
- mackerel-plugin-jvm
- mackerel-plugin-linux
- mackerel-plugin-memcached
- mackerel-plugin-mongodb
- mackerel-plugin-munin
- mackerel-plugin-mysql
- mackerel-plugin-nginx
- mackerel-plugin-php-apc
- mackerel-plugin-plack
- mackerel-plugin-postgres
- mackerel-plugin-redis
- mackerel-plugin-snmp
- mackerel-plugin-squid
- mackerel-plugin-varnish
http://help-ja.mackerel.io/entry/howto/install-agent
Skip this process when you have already installed mackerel-agent.
Install plugins via yum or apt repository.
yum install mackerel-agent-plugins
apt-get install mackerel-agent-plugins
mackerel-agent-plugins are installed to /usr/local/bin/mackerel-plugin-*
.
Some plugins may not work on CentOS/RedHat 5 because golang compiler (gc) doesn't support old kernel. (https://golang.org/doc/install)
- fork it
- develop plugin you want
- create pullrequest!