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

Hello. I'm use bin/check-sqs-messages.rb and I would like monitoring my Q with metric name: ApproximateAgeOfOldestMessage. I run check-sqs-messages.rb with next options: `/opt/sensu/embedded/bin/ruby check-sqs-messages.rb -r us-west-2 -q sqs_test_events_c4-dev_dlq -m ApproximateAgeOfOldestMessage -c...

## Pull Request Checklist **Is this in reference to an existing issue?** No #### General - [X] 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 #293 #### General - [ ] Update Changelog following the conventions laid out [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) - [ ] Update README with any necessary configuration snippets - [...

@majormoses So I've been trying to install this plugin during acceptance testing and even pipeline builds and it always causes a HUGE bottleneck for the install. So in taking your...

Help Wanted

Only fog subpackage used is fog-aws We should be able to narrow down the runtime dep to 'fog-aws' instead of 'fog' The toplevel 'fog' gem brings in a ton of...

Hi, I've found a issue in plugin, In /opt/sensu/.aws/credentials only 1 AWS region credentials can be added. Which limits the use of different region based different credentials for different sqs...

* Based on script check-ec2-cpu_balance.rb ## Pull Request Checklist **Is this in reference to an existing issue?** No #### General - [x] Update Changelog following the conventions laid out on...

Type: Enhancement
Status: Awaiting Response

from help: ``` … --connections-critical-over N Trigger a critical if connections usage is over a percentage --connections-warning-over N Trigger a warning if connections usage is over a percentage ``` parameters...

Check failed to run: undefined local variable or method `db_cluster_id' for # Did you mean? db_cluster_writer_id, ["/opt/watcher/checks/gems/sensu-plugins-aws-18.4.0/bin/check-rds.rb:324:in `run'", "/opt/watcher/checks/gems/sensu-plugin-4.0.0/lib/sensu-plugin/cli.rb:59:in `block in '"] Any help would be appreciated.

When I run: ``` check-instance-health.rb --filter 'Name=tag:Name,Values=container-host-large-prod-0' --aws-region eu-central-1 ``` The filter tag is ignored so it returns ALL instances with failing status checks in the Account. ``` CheckInstanceEvents CRITICAL:...