argus/deployment_new/templates/server/docs/TROUBLESHOOTING_zh.md
yuyr 7430896fab v1.0.0 发布合并回master (#52)
Co-authored-by: sundapeng <sundp@mail.zgclab.edu.cn>
Co-authored-by: xuxt <xuxt@zgclab.edu.cn>
Reviewed-on: #52
2025-11-25 16:00:50 +08:00

644 B
Raw Permalink Blame History

故障排查Server

  • 端口占用:查看 安装报告_*.md 中端口表;如需修改,编辑 compose/.env 后执行 docker compose ... up -d
  • 组件未就绪:
    • Master: curl http://127.0.0.1:${MASTER_PORT}/readyz -I
    • ES: curl http://127.0.0.1:${ES_HTTP_PORT}/_cluster/health
    • Grafana: curl http://127.0.0.1:${GRAFANA_PORT}/api/health
    • Prometheus TCP: exec 3<>/dev/tcp/127.0.0.1/${PROMETHEUS_PORT}
  • 域名解析:进入 argus-web-proxyargus-master-sys 容器:getent hosts master.argus.com
  • Swarm/Overlay检查 docker network ls | grep argus-sys-net,或 docker node ls