Fixed Download URL

This commit is contained in:
CN-JS-HuiBai
2026-02-03 23:26:13 +08:00
parent c114a10f5f
commit 1f9944f2e7
4 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ fi
# Download Node Exporter
CN_URL="https://8.134.128.173/relayx/node_exporter-1.10.2.linux-amd64.tar.gz"
CN_URL="https://s3.cloudyun.top/downloads/node_exporter-1.10.2.linux-amd64.tar.gz"
GLOBAL_URL="https://github.com/prometheus/mysqld_exporter/releases/download/v0.18.0/mysqld_exporter-0.18.0.linux-amd64.tar.gz"
TARGET="/tmp/mysqld_exporter-0.18.0.linux-amd64.tar.gz"