From ddaffd9af9e1f22a2f1a44713a9cdc8373eb0f4c Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Fri, 16 Jan 2026 06:32:36 +0000 Subject: [PATCH] modified download url --- Prometheus/install_cAdvisor.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Prometheus/install_cAdvisor.sh b/Prometheus/install_cAdvisor.sh index 8fffde0..8475219 100644 --- a/Prometheus/install_cAdvisor.sh +++ b/Prometheus/install_cAdvisor.sh @@ -18,10 +18,10 @@ else fi # Download Node Exporter - +mkdir -p /tmp/cAdvisor CN_URL="https://8.134.128.173/relayx/cadvisor-v0.56.1-linux-amd64" GLOBAL_URL="https://github.com/google/cadvisor/releases/download/v0.56.1/cadvisor-v0.56.1-linux-amd64" - +TARGET=/tmp/cAdvisor is_cn=false echo "Detecting geographic location..."