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

New checks #4

Open
tcompa opened this issue Dec 16, 2024 · 0 comments
Open

New checks #4

tcompa opened this issue Dec 16, 2024 · 0 comments

Comments

@tcompa
Copy link
Collaborator

tcompa commented Dec 16, 2024

  1. A check based on pg_isready (https://www.postgresql.org/docs/current/app-pg-isready.html), which takes the database name as an argument.
  2. A check that parses recent logs of e.g. fractal-server (journalctl -u fractal-server --since today) and looks for "error" or "warning" records
  3. A check that a given server is SSH-reachable (this can be implemented through paramiko, or directly by running something like ssh user@host whoami
  4. A check that the vizarr service is alive (ref Introduce an alive endpoint fractal-vizarr-viewer#54)
  5. An improved version of the current json_url check, which also requires the JSON to contain e.g. the alive=true property.
  6. A check on HTTPS-certificates validity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant