Sha256: 95abee49a56f3c21536d6a2b94fbd2ba7ade535ff6c29fd143fe2f80e4dffd4f
Contents?: true
Size: 1.27 KB
Versions: 1
Compression:
Stored size: 1.27 KB
Contents
[![Build Status](https://secure.travis-ci.org/intuit/aws-alert-monitor.png)](http://travis-ci.org/intuit/aws-alert-monitor) ## AWS Alert Monitor AWS Alert Monitor listenting to an SQS queue for alarms and sends email via SES based on rules applied in ~/.aws-alert-monitor.yml to those alerts. ## Installation gem install aws-alert-monitor ## Usage Add ~/.aws-alert-monitor.yml with the following syntax: ``` app1: access_key: Key secret_key: Secret sqs_endpoint: https://sqs.us-west-1.amazonaws.com/123456789012/app1 events: 'autoscaling:EC2_INSTANCE_LAUNCH': email: source: admin@example.com destination: user@escalation.com 'autoscaling:EC2_INSTANCE_TERMINATE': email: source: admin@example.com destination: problem@escalation.com app2: access_key: Key secret_key: Secret sqs_endpoint: https://sqs.us-west-1.amazonaws.com/123456789012/app2 events: 'autoscaling:EC2_INSTANCE_FAILED_LAUNCH': email: source: admin@example.com destination: user@escalation.com ``` ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aws-alert-monitor-0.0.4 | README.md |