LRWD Mission Control Status Overview · west-01 / east-01
Last check:
UI v: — Guides
Menu
Guides

Impact Now (Layer A)

Are customers impacted right now?

Cloudflare LB
?
Loading…
Serving region + failover readiness.
HTTP Checks
?
Loading…
Synthetic site reachability.
SSL Expiry
?
Loading…
Certificate runway remaining.
Backup Integrity
?
Loading…
Latest backup files present.
Replication (WEST→EAST)
?
Loading…
LRWD · Age: —
Maintenance Due
?
Loading…
Scheduled checks and drills.
Uptime
?
Loading…
Availability trend from collector logs.
Collector Status
?
Last run: —
Trigger: — STALE

Sites (Layer A)

?

HTTP checks + deep URL checks + SSL expiry.

Domain Status Region Served Backup age (days) Headers Total SSL days left Last deploy Notes

Servers (Layer B)

?

Will something break soon? Core server health.

Maintenance (Layer C)

?

Scheduled checks so problems don’t surprise us.

Status Item Last done Next due Due in Runbook

Ops Shortcuts

Handy commands & consoles based on your current infra.

CLI (from macOS: ~/infra/localreach)

  • ./sites_status.shFull layout + health summary.
  • ./sites_sync_lrwd.shLRWD west → east dry run.
  • ./sites_sync_lrwd.sh --applyApply LRWD sync (failover ready).
  • ssh west-01, ssh east-01Server shells via SSH aliases.
  • pm2 statusCheck Node apps (e.g. traveltechus) on east-01.

LRWD Sync Rule (VSC)

  • Nick and Karen both:
  • git pull origin main before working.
  • Edit.
  • git add .git commit -m "..."git push origin main.

traveltechus.com Update Routine

  • 7-command routine (every time):
  • cd ~/Desktop/traveltechus-comgit statusgit pull origin master.
  • Edit in VS Code.
  • npm run build sanity check.
  • git add -Agit commit -m "Describe what you changed"git push origin master.
  • If issues: git restore . to undo; or rm -rf node_modulesnpm installnpm run build.
  • Quote bracketed paths, e.g. git add 'app/blog/[slug]/page.tsx'.

Notes & TODO

  • Add a small JSON status file generated by your bash tools and wire it into this dashboard.
  • Protect this subdomain with Cloudflare Access or HTTP auth.
  • Extend with charts (uptime, response times) powered by your logs.

Keyboard Shortcuts

  • In terminal: Ctrl + A then Ctrl + K deletes from cursor to end of line.
  • In terminal: Cmd + L clears the scrollback/history view without resetting the session.