Files

21 lines
912 B
Markdown
Raw Permalink Normal View History

# 生产验证 — 子机 #95 Agent 远程诊断
**时间**: 2026-06-09UTC 01:20
**命令**: `docker exec … python3 agent_remote_diagnose.py --id 95`(脚本 commit `fc837bf`
## 结论
| 项 | 结果 |
|----|------|
| 中心 Redis/MySQL | **online**,最后心跳 `2026-06-09 01:11:19` UTC |
| 子机 systemctl | **active / running**(自 `2026-06-08 16:50:46 CST` |
| 近期 401/心跳错误日志 | **无匹配行** |
| Agent 版本 | 2.0.0 |
此前约 100 分钟无心跳的断档已结束;当前 Agent 正常上报,无 SSH 连通问题。
## 备注
- 诊断脚本 `central_health` 段读取 `central_url` 字段,子机 `config.json` 使用 `central.url`,故显示 `no_central_url`(不影响中心在线判定)。
- 脚本已 push 至 `origin/main`;生产宿主机 `/opt/nexus``git reset --hard fc837bf`,容器内需 `docker cp` 或下次镜像重建后内置。