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

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

Need to specify the range for cloudwatch checks. **Use Case:** 1) I need to create the check that alert us quickly if there is no traffic in Lambda function for...

This is the output when I try to run `sensu-install -p aws` : ``` [root@ip-172-31-6-16 centos]# sensu-install -v -p aws [SENSU-INSTALL] installing Sensu plugins ... [SENSU-INSTALL] provided Sensu plugins: ["aws"]...

Have a check alert for any new security group rules created or deleted. Not sure how to do it.. What do you guys think? Devon

Type: Enhancement
Help Wanted

In a previous version, there used to be a -R flag for check-instance-events which allowed it to assume a different role. In our environment, we have multiple different AWS accounts,...

check-elb-health-sdk.rb is suppose to return health of the elb passed in parameter using '--elb-name ELB_NAME'. But if you have 2 elbs called "maxi" and "maximum" and want to check the...

sensu-plugin 2.7 has new logic to aid mutators and handlers map sensu 2 event data into sensu 1.x event data. When updating need to use conservative dep so that 2.7.x...

Type: Sensu Go Enablement

Hi, I am unable to use the sns handler to send messages to different AWS sns topics. Am I doing something wrong or is the handler rb file hardcoded to...

Status: Needs Review

According to [AWS SNS Document](https://docs.aws.amazon.com/sns/latest/api/API_Publish.html). > Subjects must be ASCII text that begins with a letter, number, or punctuation mark; must not include line breaks or control characters; and must...

I'm getting the following error when trying to install sensu-plugins-aws : ``` ERROR: While executing gem ... (Gem::DependencyResolutionError) conflicting dependencies mime-types (~> 3.0) and mime-types (< 3.0, >= 1.16) Activated...