We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This can happen when a domain resolves to multiple addresses, but only some of them are responsive.
My initial thought (and my fix on my own system) was just to compact ssl_grades before sorting it.
ssl_grades
Some users might not want errors like that to be handled silently though, so I'm not sure what solution you'd want to implement.
The current behaviour though is just to throw an exception:
Check failed to run: comparison of NilClass with 7 failed, [ "/opt/sensu/embedded/lib/ruby/gems/2.3.0/gems/sensu-plugins-ssl-1.0.0/bin/check-ssl-qualys.rb:120:in `sort_by'", "/opt/sensu/embedded/lib/ruby/gems/2.3.0/gems/sensu-plugins-ssl-1.0.0/bin/check-ssl-qualys.rb:120:in `sort_by!'", "/opt/sensu/embedded/lib/ruby/gems/2.3.0/gems/sensu-plugins-ssl-1.0.0/bin/check-ssl-qualys.rb:120:in `lowest_grade'", "/opt/sensu/embedded/lib/ruby/gems/2.3.0/gems/sensu-plugins-ssl-1.0.0/bin/check-ssl-qualys.rb:124:in `run'", "/opt/sensu/embedded/lib/ruby/gems/2.3.0/gems/sensu-plugin-1.3.0/lib/sensu-plugin/cli.rb:57:in `block in <class:CLI>'" ]
The text was updated successfully, but these errors were encountered:
Throwing an exception isn't great. Perhaps we should add an option to discard ungraded results.
Sorry, something went wrong.
@TheMysteriousX could you put together a pr for this?
No branches or pull requests
This can happen when a domain resolves to multiple addresses, but only some of them are responsive.
My initial thought (and my fix on my own system) was just to compact
ssl_grades
before sorting it.Some users might not want errors like that to be handled silently though, so I'm not sure what solution you'd want to implement.
The current behaviour though is just to throw an exception:
The text was updated successfully, but these errors were encountered: