README.md in sensu-plugins-aws-0.0.1.alpha.2 vs README.md in sensu-plugins-aws-0.0.1
- old
+ new
@@ -3,10 +3,11 @@
[![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-aws.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-aws)
[![Gem Version](https://badge.fury.io/rb/sensu-plugins-aws.svg)](http://badge.fury.io/rb/sensu-plugins-aws)
[![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-aws/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-aws)
[![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-aws/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-aws)
[![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-aws.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-aws)
+[ ![Codeship Status for sensu-plugins/sensu-plugins-aws](https://codeship.com/projects/2a9c6e70-d4b4-0132-67ee-4e043b6b23b5/status?branch=master)](https://codeship.com/projects/77866)
## Functionality
**check_vpc_vpn**
@@ -73,53 +74,31 @@
* /bin/check-rds-events.rb
* /bin/check-rds.rb
* /bin/check-redshift-events.rb
* /bin/check-ses-limit.rb
* /bin/check-sqs-messages.rb
-* /bin/ec2-count-metrics.rb
-* /bin/ec2-node.rb
-* /bin/elasticache-metrics.rb
-* /bin/elb-full-metrics.rb
-* /bin/elb-latency-metrics.rb
-* /bin/elb-metrics.rb
-* /bin/sqs-metrics.rb
+* /bin/metrics-ec2-count.rb
+* /bin/handler-ec2-node.rb
+* /bin/metrics-elasticache.rb
+* /bin/metrics-elb-full.rb
+* /bin/metrics-elb-latency.rb
+* /bin/metrics-elb.rb
+* /bin/metrics-sqs.rb
## Usage
-## Installation
-
-Add the public key (if you haven’t already) as a trusted certificate
-
+**handler-sns**
```
-gem cert --add <(curl -Ls https://raw.githubusercontent.com/sensu-plugins/sensu-plugins.github.io/master/certs/sensu-plugins.pem)
-gem install <gem> -P MediumSecurity
+{
+ "sns": {
+ "topic_arn": "arn:aws:sns:us-east-1:111111111111:topic"
+ ,"use_ami_role": true
+ ,"access_key": "MY_KEY"
+ ,"secret_key": "MY_secret"
+ }
+}
```
+## Installation
-You can also download the key from /certs/ within each repository.
-
-#### Rubygems
-
-`gem install sensu-plugins-aws`
-
-#### Bundler
-
-Add *sensu-plugins-aws* to your Gemfile and run `bundle install` or `bundle update`
-
-#### Chef
-
-Using the Sensu **sensu_gem** LWRP
-```
-sensu_gem 'sensu-plugins-aws' do
- options('--prerelease')
- version '0.0.1.alpha.2'
-end
-```
-
-Using the Chef **gem_package** resource
-```
-gem_package 'sensu-plugins-process-checks' do
- options('--prerelease')
- version '0.0.1.alpha.2'
-end
-```
+[Installation and Setup](https://github.com/sensu-plugins/documentation/blob/master/user_docs/installation_instructions.md)
## Notes