Add docs.eblu.me and Fly.io to services-check #122
2 changed files with 6 additions and 0 deletions
1
docs/changelog.d/fix-services-check-docs.infra.md
Normal file
1
docs/changelog.d/fix-services-check-docs.infra.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Add docs.eblu.me and Fly.io health check to services-check
|
||||
|
|
@ -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