# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
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.
- mackerel-plugin-apache2
- mackerel-plugin-aws-ec2-cpucredit
- mackerel-plugin-aws-elasticache
- mackerel-plugin-aws-elb
- mackerel-plugin-aws-rds
- mackerel-plugin-aws-ses
- 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-php-opcache
- mackerel-plugin-plack
- mackerel-plugin-postgres
- mackerel-plugin-redis
- mackerel-plugin-snmp
- mackerel-plugin-squid
- mackerel-plugin-td-table-count
- mackerel-plugin-varnish
- mackerel-plugin-xentop
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!