15 lines
573 B
Markdown
15 lines
573 B
Markdown
|
|
---
|
||
|
|
name: check-server
|
||
|
|
description: Quick health check of the live Archipelago server
|
||
|
|
allowed-tools: Bash
|
||
|
|
---
|
||
|
|
|
||
|
|
Quick health check of the live server. SSH into `archipelago@192.168.1.228` (password: `EwPDR8q45l0Upx@`) and run:
|
||
|
|
|
||
|
|
1. `systemctl is-active archipelago nginx` — are services running?
|
||
|
|
2. `sudo podman ps --format '{{.Names}} {{.Status}}'` — what containers are up?
|
||
|
|
3. `curl -s http://127.0.0.1:5678/health` — is the backend responding?
|
||
|
|
4. `sudo journalctl -u archipelago -n 10 --no-pager` — any recent errors?
|
||
|
|
|
||
|
|
Report a brief one-paragraph status summary.
|