sensu-plugins / sensu-plugins-aws

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 EC2, SES, and SNS.
http://sensu-plugins.io
MIT License
81 stars 143 forks source link

Argument to exclude specific queues from check-sqs-messages #325

Closed ruke47 closed 5 years ago

ruke47 commented 5 years ago

I want to check all queues matching a prefix except for a specific queue that I know to have a very bursty write load.

Pull Request Checklist

Is this in reference to an existing issue?

No.

General

Purpose

Allows exclusion of queues from prefix-based monitoring, if they are known to have different operating characteristics.

Known Compatibility Issues

None

majormoses commented 5 years ago

Thanks for your contribution to Sensu plugins! Without people like you submitting PRs we couldn't run the project. I will review it shortly.

majormoses commented 5 years ago

Looks like there were some other breaking changes that were merged and not released this should come out as a major release. Please note that I renamed --exclude-queue to --exclude-queues.

majormoses commented 5 years ago

I have cut a release and waiting on CI, when it pops out a release it will be pushed to rubygems and I will add a release link back to it here.