更新 scripts/README.md

123
This commit is contained in:
joy 2025-11-07 13:41:15 +08:00
parent 4f6cefd6a9
commit f30c39bdc6
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ cd /opt/k8s-install-conf && wget http://116.205.97.109/scripts/calico.yaml && ku
```bash
#promtheus配置已集成ipmi-exporter,dcgm-exporter,dcgm-exporter 支持.
wget -O - http://116.205.97.109/scripts/prometheus-monitor.tgz | tar -xvz && cd prometheus-monitor && docker-compose up -d
#以下命令可通过ansible 批量执行或在任意节点须与consul 8500端口consul 节点 循环注册
#以下命令可通过ansible 批量执行或在任意节点发起PUT请求批量循环注册。
cd prometheus-monitor && bash /opt/prometheus-monitor/dcgm-consul.sh --register/deregister #dcgm-exporter->consul注册/注销
cd prometheus-monitor && bash /opt/prometheus-monitor/node-consul.sh --register/deregister #node-exporter->consul 注册/注销
```