SAMPLE

Active issues

Vaktin — Daemon is running in dry-run mode

Alerts are written as log lines and never delivered.

Tikk — Source heartbeat is stale

Last successful sync 21m ago.

Tikk — Daemon is running in dry-run mode

Alerts are written as log lines and never delivered.

Efnisveitan — Source heartbeat is stale

Last successful sync 9m ago.

Efnisveitan — Daemon is running in dry-run mode

Alerts are written as log lines and never delivered.

Barnaloppan — Source heartbeat is stale

Last successful sync 7m ago.

Barnaloppan — Daemon is running in dry-run mode

Alerts are written as log lines and never delivered.

Bland — Daemon is running in dry-run mode

Alerts are written as log lines and never delivered.

Data quality

Fields the exporters could not read. These render as "unavailable" in the UI rather than as zeroes or inferred values.

Listings held

1.293

Unparseable prices

163

No marketplace date

1236

Adapter state

Source Run mode Search mode Channels Fastest poll Manifest generated Listings Events
Vaktin Live · dry run mirror 6 2m Not reported 131 213
Tikk Live · dry run mirror 1 15m 30 Aug, 18:36 210 212
Efnisveitan Live · dry run mirror 42 10m 30 Aug, 18:38 542 543
Barnaloppan Live · dry run query 5 15m 30 Aug, 18:40 176 182
Bland Live · dry run query 20 15m 30 Aug, 18:46 234 236

Where the controls are

The cockpit is read-only. These files are what actually decide the state above.

radar-watchers/watchers.toml
Watch rules — terms, price bounds, per-rule sources. Hot-reloaded.
radar-watchers/sources.toml
Which categories and standing queries each fleet source polls, and how often.
vaktin-watcher/keywords.toml
Vaktin rules, per-feed cadence, and new forum definitions. Restart to apply.

Refreshing what this cockpit shows means re-running a daemon and re-exporting.

One fleet source — a polite single cycle, then export

cd radar-watchers
python -m radars <tikk|efnisveitan|barnaloppan|bland> \
  --once --dry-run --export-json ../shadcn-svelte/src/lib/radar/data

Vaktin — sync to Ony stays off

cd vaktin-watcher
VAKTIN_SYNC_ENABLED=false python -m vaktin_watcher --once --dry-run
python ../shadcn-svelte/scripts/export-vaktin.py

Then move the demo clock to just after the export

src/lib/radar/format.ts → MOCK_NOW