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,4 +1,4 @@
|
||||
N8N_BASE_URL=http://192.168.153.113:18808
|
||||
N8N_BASE_URL=http://192.168.153.130:18808
|
||||
N8N_API_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI1YWQ1MGVhZC02ZTZhLTRkMTItYWI1Yi1lNWRiMTU4MzViYjUiLCJpc3MiOiJuOG4iLCJhdWQiOiJwdWJsaWMtYXBpIiwianRpIjoiOTU1MjRiMjMtY2M3OC00NzBhLWExZmUtMDczMTNhYTE2YjZiIiwiaWF0IjoxNzczNzc5NTUxfQ.VKDvRzFYr3x8oBIqIEzw6KQ4tnmTdXZf_9TSChM87xk
|
||||
N8N_ACTION_PATH=openclaw-action
|
||||
N8N_SECRET_HEADER=x-openclaw-secret
|
||||
|
||||
Reference in New Issue
Block a user