Files
swarm-master/openclaw/exec-approvals.json
T
William Valentin 9fdd29f7b7 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
2026-05-13 14:29:25 -07:00

25 lines
525 B
JSON

{
"version": 1,
"socket": {
"path": "/home/openclaw/.openclaw/exec-approvals.sock",
"token": "X-zuaMd7uFuSifeKYSh7fkrU8o4GOOvQ"
},
"defaults": {
"security": "full",
"ask": "on-miss",
"askFallback": "full",
"autoAllowSkills": true
},
"agents": {
"main": {
"security": "full",
"allowlist": [
{
"pattern": "/home/openclaw/.openclaw/workspace/scripts/gog-calendar-read.sh",
"id": "3c9288ce-ee6c-42c9-b523-b66d483bbe12"
}
]
}
}
}