mackerel-plugin-aws-ec2-ebs

command
v0.20.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 10, 2016 License: Apache-2.0 Imports: 13 Imported by: 0

README

mackerel-plugin-aws-ec2-ebs

AWS EC2 EBS custom metrics plugin for mackerel.io agent.

Synopsis

mackerel-plugin-aws-ec2-ebs [-instance-id=<id>] [-region=<aws-region>] [-access-key-id=<id>] [-secret-access-key=<key>] [-tempfile=<tempfile>]
  • collect data from all volumes which attached to the instance
  • if you run on an ec2-instance, you probably don't have to specify -instance-id & -region
  • if you run on an ec2-instance and the instance is associated with an appropriate IAM Role, you probably don't have to specify -access-key-id & -secret-access-key
  • you can set keys by environment variables: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY (see https://github.com/aws/aws-sdk-go#configuring-credentials)

AWS IAM Policy

the credential provided manually or fetched automatically with IAM Role, should have the policy that includes an action, cloudwatch:GetMetricStatistics and ec2:DescribeVolumes

Example of mackerel-agent.conf

[plugin.metrics.aws-ec2_ebs]
command = "/path/to/mackerel-plugin-aws-ec2-ebs"

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL