-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check-elb-health.rb doesn't look into $HOME/.aws/credentials #254
Comments
Thanks for reporting this, it is using right_aws it is not using the aws sdk directly it is using rightscales gem which has not been updated since June 2015 and needs to be re-written to use the aws-sdk (v2) and our common config provider. |
@majormoses There are 3 "ELB health" checks currently in the repository, wouldn't it make sense to drop Considering the options provided by the 3 plugins, the only breaking changes would be the removal of the |
Also, @arthurlogilab are you able to try the "sdk" variant of this check to see if it works, for some reason all my ELB are reported as "not active" and I can't test any of these checks :'( In your setup, running something like this should work:
|
I checked and this does seem to be the case so this makes sense to me. @eheydrick any concerns about this that I am not seeing? Hmm, this check seems horribly broken:
@eheydrick am I missing something? Looking at your testing artifacts I don't see what I might be doing wrong. |
I think we should remove @majormoses that looks like expected output for a healthy single ELB. |
I think the first one is definitely a bug and calls into question confidence in the whole check actually working. Minimally there is a bug when the ELB is not present.
Agreed, question is whether it's worth making a breaking change to rename |
@multani I have indeed disabled the check-elb-health.rb in favor of using the check-elb-nodes.rb which works fine for me
@majormoses I have the same bug with the check-elb-health-sdk.rb What's the different between check-elb-health-sdk and check-elb-nodes ? |
Well taking a super quick peek at them feature parity wise |
The text was updated successfully, but these errors were encountered: