feat: add Docker health-state HTTP endpoint for Swarm Health Watchdog
- Python HTTP server on 0.0.0.0:18809 - GET /health -> all monitored containers (JSON) - GET /health/<name> -> single container - Monitors: brave-search, kokoro-tts, litellm, litellm-db, n8n-agent, searxng, whisper-server - Returns status, health, restart count via docker inspect - systemd user service for auto-start Task: t_461f71fe
This commit is contained in:
@@ -3,10 +3,11 @@
|
||||
"entries": {
|
||||
"discord:default:guild:425781660781641729:user:425208577846935553": {
|
||||
"recent": [
|
||||
"openai/gpt-5.5",
|
||||
"github-copilot/claude-sonnet-4.6",
|
||||
"openai-codex/gpt-5.4"
|
||||
],
|
||||
"updatedAt": "2026-03-25T19:35:30.248Z"
|
||||
"updatedAt": "2026-04-30T23:56:29.190Z"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user