docs: expand lint scope batch1 (13 files)

This commit is contained in:
Apple
2026-02-16 02:40:49 -08:00
parent b722e28338
commit 08dcfea960
12 changed files with 35 additions and 27 deletions

View File

@@ -104,7 +104,7 @@ launchctl list | grep node-guardian
## Крок 4: Перевірка роботи
### Перевірити логи:
### Перевірити логи
```bash
# Якщо запущено через nohup
@@ -114,13 +114,13 @@ tail -f /tmp/node-guardian.log
tail -f /tmp/node-guardian.log /tmp/node-guardian-error.log
```
### Перевірити в БД (на сервері):
### Перевірити в БД (на сервері)
```bash
ssh root@144.76.224.179 "docker exec daarion-postgres psql -U postgres -d daarion -c \"SELECT node_id, swapper_healthy, swapper_models_total, router_healthy, last_heartbeat FROM node_cache WHERE node_id = 'node-2-macbook-m4max';\""
```
### Перевірити в UI:
### Перевірити в UI
Відкрийте `https://daarion.space/nodes/node/node-2-macbook-m4max` та перевірте:
- Swapper Service показує моделі ✅
@@ -175,4 +175,3 @@ ssh root@144.76.224.179 "docker exec daarion-postgres psql -U postgres -d daario
```bash
./scripts/setup-node2-agents.sh
```