Commit Graph

3 Commits

Author SHA1 Message Date
William Valentin b3eefc4d14 feat: add systemd service file and updated n8n watchdog workflow
- docker-health-endpoint.service (systemd user unit)
- swarm-health-watchdog.json with Docker health enrichment
  - Calls http://172.19.0.1:18809/health for container state
  - Includes docker status/health/restarts in alert messages
  - Adds docker field to service check results

Task: t_461f71fe
2026-05-13 14:33:48 -07:00
William Valentin 2dc3c66bb4 Add n8n Failure Digest workflow with Discord delivery
Workflow G9ylNbHbnJ6fWX2C now sends failure digests to both:
- Telegram (existing)
- Discord #ops-alerts channel (new)

Discord delivery uses Bot Auth (UgPqYcoCNNIgr55m) via HTTP Request
node POSTing to Discord API v10 channel messages endpoint.

Task: t_627466f8
2026-05-13 14:31:41 -07:00
William Valentin 733b32b6cd fix(n8n): update IMAP Inbox Triage workflow container URLs from stale 192.168.153.130 to Docker bridge gateway 172.19.0.1
- Judge with Local LLM: http://172.19.0.1:18806/v1/chat/completions
- Write Email to Vault: http://172.19.0.1:27123/vault/...
- Workflow 9sFwRyUDz51csAp7 deactivated, updated, and reactivated
2026-05-13 14:30:28 -07:00