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..."