Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 980 Bytes

File metadata and controls

21 lines (16 loc) · 980 Bytes

mackerel-plugin-aws-ses

AWS SES custom metrics plugin for mackerel.io agent.

Synopsis

mackerel-plugin-aws-ses -endpoint=<SES Endpoint URL> [-access-key-id=<id>] [-secret-access-key=<key>] [-tempfile=<tempfile>]

AWS Policy

the credential provided manually or fetched automatically by IAM Role should have the policy that includes actions, 'ses:GetSendQuota' and 'ses:GetSendStatistics'

Example of mackerel-agent.conf

[plugin.metrics.aws-ses]
command = "/path/to/mackerel-plugin-aws-ses -endpoint=https://email.us-west-2.amazonaws.com"