Files
varys-monitor/config.yaml
T
admin ffd907cd80 feat: add raven stub, state tracking, sam-research + searxng monitoring
- RAVEN_URL env var: sends down/recovery alerts when Raven is live (silent no-op until then)
- service-states.json persists prev state for change detection
- config.yaml: adds sam-research + searxng services, adds sam/citadel/varys agents

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-06 10:54:43 +02:00

44 lines
1.2 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
# 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: varys-monitor