Add public docs and Fly.io health checks to services-check
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
6b1167a345
commit
3e8866516c
1 changed files with 5 additions and 0 deletions
|
|
@ -78,6 +78,11 @@ check_http "TeslaMate" "https://tesla.ops.eblu.me/"
|
|||
check_http "Devpi" "https://pypi.ops.eblu.me/+api"
|
||||
check_http "Transmission" "https://torrent.ops.eblu.me/"
|
||||
|
||||
echo ""
|
||||
echo "Public services (via Fly.io):"
|
||||
check_http "Docs (public)" "https://docs.eblu.me/"
|
||||
check_http "Fly.io healthz" "https://blumeops-proxy.fly.dev/healthz"
|
||||
|
||||
echo ""
|
||||
echo "Database:"
|
||||
check_service "PostgreSQL (k8s)" "pg_isready -h pg.ops.eblu.me -p 5432"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue