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:
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"version": 1,
|
||||
"lastGood": {
|
||||
"litellm": "litellm:default",
|
||||
"openai-codex": "openai-codex:william.valentin.info@gmail.com",
|
||||
"anthropic": "anthropic:default",
|
||||
"github-copilot": "github-copilot:github",
|
||||
"zai": "zai:default"
|
||||
},
|
||||
"usageStats": {
|
||||
"litellm:default": {
|
||||
"lastUsed": 1776238780114,
|
||||
"errorCount": 0,
|
||||
"lastFailureAt": 1774464853910
|
||||
},
|
||||
"github-copilot:github": {
|
||||
"errorCount": 0,
|
||||
"lastUsed": 1776926368011,
|
||||
"lastFailureAt": 1774583383193
|
||||
},
|
||||
"anthropic:manual": {
|
||||
"errorCount": 0,
|
||||
"lastUsed": 1774992836504,
|
||||
"lastFailureAt": 1774583441408
|
||||
},
|
||||
"anthropic:default": {
|
||||
"errorCount": 0,
|
||||
"lastFailureAt": 1774583413860,
|
||||
"lastUsed": 1774997521128
|
||||
},
|
||||
"zai:default": {
|
||||
"errorCount": 0,
|
||||
"lastUsed": 1777495179949,
|
||||
"lastFailureAt": 1777347590580
|
||||
},
|
||||
"openai-codex:william.valentin.info@gmail.com": {
|
||||
"errorCount": 0,
|
||||
"lastUsed": 1777629762345,
|
||||
"lastFailureAt": 1777495158289
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user