Files
Nexus/docs/reports/2026-06-12-watch-monitoring-deploy-verification.md
T

37 lines
1.1 KiB
Markdown
Raw Normal View History

# 生产验证 — 监测槽开关 / TTL / 到期竞态 / 探针修复
**日期**2026-06-12
**Commit**`32a1885` — feat(watch): 监测槽开关、8h/24h、到期暂停与探针修复
**环境**https://api.synaglobal.vip
## 部署
| 项 | 结果 |
|----|------|
| 门控 | 7/7 PASS |
| push | `7bb85aa..32a1885 main → main` |
| deploy-production | ✓ Docker 重建 + web/app 同步 |
| `/health` | ok |
| `/app/` | 200 |
## API 终验(生产 JWT
| 场景 | 结果 |
|------|------|
| POST pin server_id=1 ttl=8 | monitoring=true, ttl_hours=8 |
| PATCH pause | monitoring=false, remaining_sec=null |
| PATCH resume | monitoring=true, remaining≈8h |
| PATCH ttl 24h | ttl_hours=24, remaining≈24h |
| DELETE remove | slot empty=true |
## 前端 bundle
| 检查 | 结果 |
|------|------|
| `ServersPage-DZf56qSd.js` | 200 |
| 含 `setSlotMonitoring` / `monitoring_enabled` | ✓ |
## 结论
**部署成功**;监测槽开关、8h/24h、暂停/恢复、移除 API 均正常。请在浏览器打开服务器页终验 UI(开关、倒计时、中文错误)。