Add reproducible smoke-test script for dashboard #11

Closed
opened 2026-05-26 21:06:34 +02:00 by Otto · 0 comments
Owner

Scope (small):

  • Add second-brain/scripts/smoke_dashboard.sh (or similar)
  • Script should verify:
    • systemctl is-active openclaw-secondbrain-dashboard.service
    • curl -fsS http://127.0.0.1:${SECOND_BRAIN_PORT:-8501}/healthz
    • curl -fsS http://127.0.0.1:${SECOND_BRAIN_PORT:-8501}/api/stats returns JSON

Acceptance:

  • Script exits 0 on success, non-zero otherwise
Scope (small): - Add `second-brain/scripts/smoke_dashboard.sh` (or similar) - Script should verify: - `systemctl is-active openclaw-secondbrain-dashboard.service` - `curl -fsS http://127.0.0.1:${SECOND_BRAIN_PORT:-8501}/healthz` - `curl -fsS http://127.0.0.1:${SECOND_BRAIN_PORT:-8501}/api/stats` returns JSON Acceptance: - Script exits 0 on success, non-zero otherwise
Otto added this to the v2.0.0-mvp milestone 2026-05-26 21:06:34 +02:00
Otto closed this issue 2026-05-30 01:01:22 +02:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Otto/second-brain#11