Files
varys-monitor/config.yaml
T
admin e7596f4f27 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>
2026-05-06 11:20:40 +02:00

47 lines
1.3 KiB
YAML

# Services varys checks for HTTP reachability.
# Any HTTP response (including 4xx) = UP. Connection error/timeout = DOWN.
# Add/remove entries freely — no code changes needed.
services:
# Agent infrastructure (on proxy Docker network — reachable by service name)
- name: hodor-gateway
url: http://hodor-gateway:8200/health
- name: citadel-mcp
url: http://citadel-mcp:8300/sse
- name: sam-research
url: http://sam-research:8500/health
- name: searxng
url: http://searxng:8080
- name: raven-notify
url: http://raven-notify:8400/health
# Core services
- name: open-webui
url: http://172.27.40.3:3010
- name: nginx-proxy-manager
url: http://172.27.40.3:81
- name: portainer
url: https://172.27.40.3:9443
- name: gitea
url: http://172.27.40.3:3000
- name: uptime-kuma
url: http://172.27.40.3:3002
- name: headscale
url: http://172.27.40.3:8080
- name: vaultwarden
url: http://172.27.40.3:8222
- name: plane
url: http://172.27.40.3:8095
- name: homarr
url: http://172.27.40.3:7575
- name: netbox
url: http://172.27.40.3:8100
# One-shot agents to watchdog (reads /opt/agent-os/logs/<name>/last-run.json).
agents:
- name: bran-changelog
- name: sam-research
- name: citadel-mcp
- name: raven-notify
- name: varys-monitor