Results 114 comments of Shane Starcher

I would like to see this implemented and us relying on aws-sdk to pull the credentials. The ruby sdk already supports environment variables and several other mechanisms. http://docs.aws.amazon.com/sdkforruby/api/

For a standard library here is what I did in my fork. I can do it across the rest of the code if this is what you're looking for. https://github.com/sstarcher/sensu-plugins-aws/commit/dfeb1a8419117339c6c9a44687e339c78682f940...

@mattyjones I could certainly put in a pull request just for my code that adds the common module as it's not specifically tied into the aws-sdk v2 upgrade, but I...

In relation to this I created a pull request for a new check which uses my common code. #16

That's certainly possible. The `+SHA` option is a valid semantic version convention. A change could be made to this code base to supply an option to not output +SHA. Or...

What does your chart.yaml look like On Tue, Jun 14, 2022 at 11:32 AM binnythomas-po ***@***.***> wrote: > Issue: > ***@***.*** chart % helm release . --source helm --bump >...

https://github.com/cavaliercoder/go-zabbix/pull/40

If specifying a hostid you will get this error `Failed to find ID by host name`, because no hostname was specified.

That was what I was attempting to do when I ran into this issue.