From e0bbf7e05631537cd4c818cb774a2b7d7e2de5b9 Mon Sep 17 00:00:00 2001 From: Eliezer Croitoru Date: Tue, 18 Jun 2024 16:30:15 +0300 Subject: [PATCH] 2 --- install-blackbox.sh | 2 +- install-prometheus.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/install-blackbox.sh b/install-blackbox.sh index 9f31e5c..5c5157e 100755 --- a/install-blackbox.sh +++ b/install-blackbox.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -DOWNLOAD_URL="https://github.com/prometheus/blackbox_exporter/releases/download/v0.24.0/blackbox_exporter-0.24.0.linux-amd64.tar.gz" +DOWNLOAD_URL="https://github.com/prometheus/blackbox_exporter/releases/download/v0.25.0/blackbox_exporter-0.25.0.linux-amd64.tar.gz" wget "${DOWNLOAD_URL}" -O "blackbox.tar.gz" diff --git a/install-prometheus.sh b/install-prometheus.sh index dffb64c..a6990e7 100755 --- a/install-prometheus.sh +++ b/install-prometheus.sh @@ -3,8 +3,7 @@ set -x -DOWNLOAD_URL="https://github.com/prometheus/prometheus/releases/download/v2.50.1/prometheus-2.50.1.linux-amd64.tar.gz" - +DOWNLOAD_URL="https://github.com/prometheus/prometheus/releases/download/v2.52.0/prometheus-2.52.0.linux-amd64.tar.gz" groupadd --system prometheus useradd -s /sbin/nologin --system -g prometheus prometheus