LRWD Mission Control Infra overview · west-01 / east-01
Last check:

Impact Now (Layer A)

Are customers impacted right now?

Overall Status
GREEN
Composite of LB + sites + SSL.
Cloudflare LB
Active: West
Pools: West ✓ · East ✓
Open Incidents
2
Show tiles when status = crit.

Servers (Layer B)

Will something break soon? Core server health.

west-01
CPU
RAM
Disk
Reboot required
Updates pending
Servicesnginx • php-fpm • mysql • redis • pm2
Backup age
east-01
CPU
RAM
Disk
Reboot required
Updates pending
Servicesnginx • php-fpm • mysql • redis • pm2
Backup age

Sites (Layer A)

HTTP checks + deep URL checks + SSL expiry.

Domain Status Region Served TTFB SSL days left Last deploy Notes
localreachwebdesign.com CHECKING… West Home + /health deep check
traveltechus.com CHECKING… East Home + /blog deep check
mission-control.localreachwebdesign.com CHECKING… West Home + version.json

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.