mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
fix(monitoring): add 10 missing modules to blackbox probes + geocoding to status
Blackbox web probes were missing: body, journal, dreams, firsts, cycles, events, finance, places, who, news, mail. These modules exist in mana-apps.ts and are deployed but were never added to prometheus.yml — so they didn't show on status.mana.how. Also adds mana-geocoding and mana-events to the internal SvelteKit status page health checks. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ecfb267280
commit
2a177ba032
2 changed files with 13 additions and 0 deletions
|
|
@ -243,6 +243,17 @@ scrape_configs:
|
|||
- https://mana.how/habits
|
||||
- https://mana.how/guides
|
||||
- https://mana.how/inventory
|
||||
- https://mana.how/body
|
||||
- https://mana.how/journal
|
||||
- https://mana.how/dreams
|
||||
- https://mana.how/firsts
|
||||
- https://mana.how/cycles
|
||||
- https://mana.how/events
|
||||
- https://mana.how/finance
|
||||
- https://mana.how/places
|
||||
- https://mana.how/who
|
||||
- https://mana.how/news
|
||||
- https://mana.how/mail
|
||||
- https://mana.how/playground
|
||||
# Standalone games (separate containers)
|
||||
- https://whopxl.mana.how
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue