ghicks-rmn

Results 4 issues of ghicks-rmn

``` def check_apikeys @bucket.empty? rescue AWS::S3::Errors::NoSuchBucket # ignore NoSuchBucket Error because ensure_bucket checks it. rescue => e raise "can't call S3 API. Please check your aws_key_id / aws_sec_key or s3_region...

enhancement

I want to update my handler so that the first time a check becomes "flapping", it sends a notification - but on all subsequent events it filters them out based...

Feature

### Current behavior I have a new repo where I'm trying to use `main` as my primary release branch, and `v#.#.x` as maintenance branches. These are automatically created by a...

When I use fluent-plugin-sqs, I'm getting a repeated error "Digest::Digest is deprecated; use Digest" in my fluentd logs. I don't see Digest anywhere in the plugin source - maybe this...