nerve-workspace/nerve.yaml
小橘 9a3c50c257 refactor: consolidate senses — merge tcp-socket-stats into system-health, remove cpu-usage
- Remove cpu-usage sense (redundant with system-health loadavg)
- Remove linux-tcp-socket-stats (merged into linux-system-health)
- Remove disk-usage-mounts (unused)
- Add tcp socket fields to system-health schema + migration
- Simplify nerve.yaml: 4 senses → 2

小橘 <xiaoju@shazhou.work>
2026-04-24 06:13:51 +00:00

26 lines
466 B
YAML

# nerve.yaml — Nerve workspace configuration
senses:
linux-system-health:
group: system
throttle: 10s
timeout: 15s
grace_period: null
hermes-gateway-health:
group: system
throttle: 30s
timeout: 30s
grace_period: null
workflows:
sense-generator:
concurrency: 1
overflow: drop
reflexes:
- kind: sense
sense: linux-system-health
interval: 30s
- kind: sense
sense: hermes-gateway-health
interval: 2m