- 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>
26 lines
466 B
YAML
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
|