ops: split ready and full healthchecks

This commit is contained in:
server
2026-04-14 13:58:13 +02:00
parent 5b0da5a685
commit 4fccf13e09
5 changed files with 117 additions and 26 deletions

View File

@@ -41,6 +41,7 @@ The Debian deployment installs:
- listing core files in the runtime tree
- collecting incident bundles
- running the root-only headless healthcheck
- waiting for login-ready state after restart
## Examples
@@ -80,10 +81,22 @@ Tail auth logs:
metinctl logs auth -n 200 -f
```
Run the end-to-end healthcheck:
Run the deeper end-to-end healthcheck:
```bash
metinctl healthcheck
metinctl healthcheck --mode full
```
Run the lighter readiness probe:
```bash
metinctl healthcheck --mode ready
```
Wait until a restarted stack is login-ready:
```bash
metinctl wait-ready
```
List core files currently present in the runtime tree: