feat: add raven-notify monitoring + enable RAVEN_URL alert wiring

15 services total, 5 agents. RAVEN_URL now active.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
nxm
2026-05-06 11:20:40 +02:00
parent ffd907cd80
commit e7596f4f27
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -12,6 +12,8 @@ services:
url: http://sam-research:8500/health url: http://sam-research:8500/health
- name: searxng - name: searxng
url: http://searxng:8080 url: http://searxng:8080
- name: raven-notify
url: http://raven-notify:8400/health
# Core services # Core services
- name: open-webui - name: open-webui
@@ -40,4 +42,5 @@ agents:
- name: bran-changelog - name: bran-changelog
- name: sam-research - name: sam-research
- name: citadel-mcp - name: citadel-mcp
- name: raven-notify
- name: varys-monitor - name: varys-monitor
+1 -1
View File
@@ -12,5 +12,5 @@ docker run --rm \
--volume /opt/agent-os:/opt/agent-os \ --volume /opt/agent-os:/opt/agent-os \
--env SITES_DIR=/opt/sites \ --env SITES_DIR=/opt/sites \
--env AGENT_OS_DIR=/opt/agent-os \ --env AGENT_OS_DIR=/opt/agent-os \
--env RAVEN_URL= \ --env RAVEN_URL=http://raven-notify:8400 \
varys-monitor varys-monitor