# nerve.yaml — Nerve workspace configuration senses: cpu-usage: group: system throttle: 5s timeout: 10s grace_period: null linux-system-health: group: system throttle: 10s timeout: 15s grace_period: null unknown-sense: group: system throttle: 10s timeout: 15s grace_period: null workflows: sense-generator: concurrency: 1 overflow: drop reflexes: - kind: sense sense: cpu-usage interval: 10s - kind: sense sense: linux-system-health interval: 30s - kind: sense sense: unknown-sense interval: 60s