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
pg_isready
journalctl -u fractal-server --since today
paramiko
ssh user@host whoami
alive
json_url
alive=true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pg_isready
(https://www.postgresql.org/docs/current/app-pg-isready.html), which takes the database name as an argument.journalctl -u fractal-server --since today
) and looks for "error" or "warning" recordsparamiko
, or directly by running something likessh user@host whoami
alive
endpoint fractal-vizarr-viewer#54)json_url
check, which also requires the JSON to contain e.g. thealive=true
property.The text was updated successfully, but these errors were encountered: