fix(infra): add Azurite + Loki to health check script
- Azurite blob storage (:10000) was missing from check-health.sh - Loki log aggregation (:3100/ready) was missing from check-health.sh - Now covers all 30 compose services + Gitea + Ollama = 32 endpoints
This commit is contained in:
parent
1a1f7dd55c
commit
f78d382d62
@ -737,7 +737,9 @@ echo "═══ Infrastructure ═══"
|
||||
check "Gitea (npm)" "http://localhost:3300/api/v1/version"
|
||||
check "Ollama (LLM)" "http://localhost:11434/api/version"
|
||||
check "Cosmos Explorer" "http://localhost:1234"
|
||||
check "Azurite (Blob)" "http://localhost:10000/devstoreaccount1?comp=list"
|
||||
check "Mailpit" "http://localhost:8025"
|
||||
check "Loki" "http://localhost:3100/ready"
|
||||
check "Grafana" "http://localhost:3000/api/health"
|
||||
check "Traefik" "http://localhost:8080/api/overview"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user