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:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"lastCheckedAt": "2026-03-29T17:55:27.437Z",
|
||||
"lastNotifiedVersion": "2026.3.28",
|
||||
"lastCheckedAt": "2026-04-30T18:26:09.929Z",
|
||||
"lastNotifiedVersion": "2026.4.27",
|
||||
"lastNotifiedTag": "latest",
|
||||
"lastAvailableVersion": "2026.3.28",
|
||||
"lastAvailableVersion": "2026.4.27",
|
||||
"lastAvailableTag": "latest"
|
||||
}
|
||||
Reference in New Issue
Block a user