README.md in sensu-plugins-aws-1.0.0 vs README.md in sensu-plugins-aws-1.1.0

- old
+ new

@@ -17,10 +17,12 @@ **check-ebs-snapshots.rb** **check-ec2-network.rb** +**check-eip-allocation.rb** + **check-elb-certs.rb** **check-elb-health-fog.rb** **check-elb-health-sdk.rb** @@ -47,24 +49,29 @@ **check_vpc_vpn.py** **handler-ec2_node.rb** +**handler-ses.rb** + **handler-sns.rb** **metrics-autoscaling-instance-count.rb** **metrics-ec2-count.rb** +**metrics-ec2-filter.rb** + **metrics-elasticache.rb** **metrics-elb-full.rb** **metrics-elb.rb** **metrics-sqs.rb** + ## Files * /bin/check-autoscaling-cpucredits.rb * /bin/check-dynamodb-capacity.rb * /bin/check-dynamodb-throttle.rb @@ -83,31 +90,50 @@ * /bin/check-redshift-events.rb * /bin/check-ses-limit.rb * /bin/check-sqs-messages.rb * /bin/check_vpc_vpn.py * /bin/handler-ec2_node.rb +* /bin/handler-ses.rb * /bin/handler-sns.rb * /bin/metrics-autoscaling-instance-count.rb * /bin/metrics-ec2-count.rb +* /bin/metrics-ec2-filter.rb * /bin/metrics-elasticache.rb * /bin/metrics-elb-full.rb * /bin/metrics-elb.rb * /bin/metrics-sqs.rb ## Usage +**handler-ses** +``` +{ + "ses": { + "mail_from": "sensu@example.com", + "mail_to": "monitor@example.com", + "use_ami_role": true, + "access_key": "myaccesskey", + "secret_key": "mysecretkey", + "region": "us-east-1", + "subscriptions": { + "subscription_name": { + "mail_to": "teamemail@example.com" + } + } + } +} +``` + **handler-sns** ``` { "sns": { - "topic_arn": "arn:aws:sns:us-east-1:111111111111:topic" - ,"use_ami_role": true - ,"access_key": "MY_KEY" - ,"secret_key": "MY_secret" + "topic_arn": "arn:aws:sns:us-east-1:111111111111:topic", + "use_ami_role": true, + "access_key": "MY_KEY", + "secret_key": "MY_secret" } } ``` ## Installation [Installation and Setup](https://github.com/sensu-plugins/documentation/blob/master/user_docs/installation_instructions.md) - -## Notes