mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 18:41:08 +02:00
fix(monitoring): mana-ai probe now uses public mana-ai.mana.how/health
After Phase 2f-3 mana-ai lives on the GPU-Box, so the blackbox-internal docker-DNS probe (http://mana-ai:3066/health) is gone — that target sits in a Docker network the blackbox-exporter can't reach across LAN. Move the probe into blackbox-api against the public hostname; gives the same up/down signal plus exercises the Cloudflare-tunnel hop. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ec8abfe6b8
commit
4c044e849d
1 changed files with 2 additions and 2 deletions
|
|
@ -305,6 +305,7 @@ scrape_configs:
|
|||
# Memoro standalone API + Audio (Phase 2 platform migration)
|
||||
- https://memoro-api.mana.how/health
|
||||
- https://memoro-audio.mana.how/health
|
||||
- https://mana-ai.mana.how/health
|
||||
# who.mana.how API on /api/decks — root is 404 by design (Phaser-Cantina mounts at /cantina)
|
||||
- https://who-api.mana.how/api/decks
|
||||
# Verein backoffice (mana e.V. Plattform); only /health returns 200, root is auth-walled
|
||||
|
|
@ -331,8 +332,7 @@ scrape_configs:
|
|||
# Upstream photon-self health, proxied through the wrapper so the
|
||||
# blackbox-exporter doesn't need host.docker.internal access.
|
||||
- http://mana-geocoding:3018/health/photon-self
|
||||
# mana-ai (Mission Runner) — internal-only, no CF tunnel.
|
||||
- http://mana-ai:3066/health
|
||||
# mana-ai (Mission Runner) probe via public hostname seit Phase 2f-3 — auf GPU-Box
|
||||
relabel_configs:
|
||||
- source_labels: [__address__]
|
||||
target_label: __param_target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue