zr-doctor

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

zr-doctor

zr-doctor

Job

任务

Resolve one
repair
action emitted by
probe next
.
解决由
probe next
触发的一项
repair
操作。

Inputs

输入

  • probe next
    output with
    kind: repair
  • reason code and health checks
  • 带有
    kind: repair
    probe next
    输出结果
  • 错误码与健康检查信息

Steps

步骤

  1. Run
    probe doctor
    and capture failing checks.
  2. Apply only required fixes:
    • wallet issue -> rerun
      probe onboard --wallet <name>
    • auth issue -> rerun
      probe onboard
      to refresh auth
    • registration issue -> rerun
      probe onboard --name "<display-name>"
    • nexus issue -> verify host/module flags and connectivity
  3. Rerun
    probe doctor
    until checks pass.
  4. Run
    probe next
    and stop after new routed action appears.
  1. 运行
    probe doctor
    并捕获失败的检查项。
  2. 仅应用所需修复:
    • 钱包问题 -> 重新运行
      probe onboard --wallet <name>
    • 认证问题 -> 重新运行
      probe onboard
      以刷新认证信息
    • 注册问题 -> 重新运行
      probe onboard --name "<display-name>"
    • nexus问题 -> 验证主机/模块参数及连通性
  3. 重新运行
    probe doctor
    直到检查全部通过。
  4. 运行
    probe next
    ,直到出现新的非修复路由操作后停止。

Commands

命令

bash
probe doctor
probe onboard --name "<display-name>"
probe next
bash
probe doctor
probe onboard --name "<display-name>"
probe next

Output Contract

输出约定

  • Health returns to pass/warn with no critical failures.
  • Agent can receive a non-repair route from
    probe next
    .
  • 健康状态恢复为通过/警告,无严重失败项。
  • Agent能够从
    probe next
    接收非修复类路由。