Skip to content
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

Host availability check isn't good enough #26

Closed
ewxrjk opened this issue Dec 13, 2015 · 0 comments
Closed

Host availability check isn't good enough #26

ewxrjk opened this issue Dec 13, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@ewxrjk
Copy link
Owner

@ewxrjk ewxrjk commented Dec 13, 2015

The current way to test whether a host is available is to see if SSHing to it succeeds. If it's not available then no backup is attempted, and this is silent.

However a host may be up but misconfigured in some way that means that SSH fails. In that case the host would not be backed up and the operator would not know there was a problem.

Other possible approaches:

  • ping it
  • connect to some port

This should be configurable.

@ewxrjk ewxrjk added the reliability label Dec 13, 2015
@ewxrjk ewxrjk self-assigned this Dec 13, 2015
@ewxrjk ewxrjk added this to the 4.0 milestone Dec 13, 2015
@ewxrjk ewxrjk modified the milestones: 5.0, 4.0 Mar 25, 2017
@ewxrjk ewxrjk closed this in 4cf5c72 Apr 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant