sensu-plugins-aws icon indicating copy to clipboard operation
sensu-plugins-aws copied to clipboard

This plugin provides native AWS instrumentation for monitoring and metrics collection, including: health and metrics for various AWS services, such as EC2, RDS, ELB, and more, as well as handlers for...

Results 49 sensu-plugins-aws issues
Sort by recently updated
recently updated
newest added

In the handler documentation: { "aws": { "access_key": "adsafdafda", "secret_key": "qwuieohajladsafhj23nm", "region": "us-east-1c" } } Does not seem to work. I tried many different ways to try to make this...

Help Wanted

We should make the tests more intelligent to only expect it to be nil if there are no aws credentials exported in env variables.

Type: Enhancement
Help Wanted

Rather than gracefully handling a rate limit exceeded it currently fails to run successfully causing an actual alert to go out. Here is the output: ``` Check failed to run:...

Type: Enhancement
Help Wanted

It would be nice to have a configuration option to ask for a different currency (eg. EUR in our case), via a command line option for example. ``` $ metrics-billing.rb...

Type: Enhancement
Help Wanted

``` sensu@host:~$ cat ~/.aws/credentials [default] region = eu-west-1 aws_access_key_id = xxxx aws_secret_access_key = xxxx sensu@host:~$ /usr/local/bin/check-elb-latency.rb -r eu-west-1 CheckELBLatency OK: ; (Average within 60 seconds between 2017-11-02 11:16:35 +0000 to...

Type: Enhancement
Help Wanted

I want to read the read the cloudwatch metrics using proxy client. Need to supply AWS credentials to proxy client.

Type: Question
Status: Awaiting Response

Just testing these plugins and getting some deprecations warnings which is messing up the alerts in sensu: eg ``` /opt/sensu/embedded/bin/ruby ./check-elb-health.rb -a -k -r ap-southeast-2 -n sensu-ELB -v Digest::Digest is...

Status: Upstream Change Required

## Pull Request Checklist **Is this in reference to an existing issue?** #### General - [ ] Update Changelog following the conventions laid out [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) - [ ] Update README...

## Pull Request Checklist **Is this in reference to an existing issue?** #### General - [x] Update Changelog following the conventions laid out [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) - [ ] Update README with...