βš™οΈ Fleet Settings
Operator configuration

Fleet Settings

Configure how your fleet monitors agent health, displays timestamps, logs anomalies, and defaults broadcast behaviour. All settings save to your browser's local storage as sd_fleet_settings.

πŸ’š

Agent Health Thresholds

Time windows used to classify agent pulse age as ALIVE, SLOW, or OFFLINE across fleet views.

Agents pulsed within this window are shown as ALIVE (green).
Agents between ALIVE and SLOW threshold are shown as SLOW (amber).
Agents older than this are classified as OFFLINE (red). Must be > SLOW threshold.
How thresholds work: Pulse age ≤ ALIVE β†’ green. Pulse age between ALIVE and SLOW β†’ amber. Pulse age ≥ OFFLINE β†’ red. These values apply to the fleet dashboard health strip and the anomaly detector.
Looking for alert rules? You can configure proactive alert rules for dead agent count, peck failure rate, and Beak Key age on the Fleet Health Alerts page.
πŸ•

Timezone Display

Control how timestamps appear across fleet views and the operator briefing.

How timestamps are shown across all fleet views.

Show seconds in timestamps

Useful for debugging rapid pulse sequences.

πŸ”

Anomaly Logging

Control what the anomaly detector records and flags in the fleet dashboard and operator briefing.

Enable anomaly logging

Log fleet anomalies (repeated denies, stale pulses, missing webhook URL) to sd_anomaly_log.

Log offline agent events

Record when an agent transitions to OFFLINE status.

Log repeated peck denials

Flag connections with 2 or more denied pecks in the last 24 hours.

Log stale beak keys

Flag Beak Keys not rotated in over 30 days.

Log missing webhook URL

Flag when bonded agents have no webhook URL configured.

Older anomaly entries will be pruned automatically.
πŸ“‘

Broadcast Defaults

Pre-fill broadcast purpose and urgency when launching multi-agent task broadcasts from the fleet dashboard.

Pre-filled in the broadcast purpose field. Override per-broadcast as needed.

Require confirmation before broadcast

Show a summary modal before sending any multi-agent broadcast.

Limit to prevent accidental mass broadcasts. Maximum 50.
Settings load from localStorage on page open.