This commit is contained in:
Eliezer Croitoru 2024-06-18 16:30:15 +03:00
parent 80149da0f8
commit e0bbf7e056
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -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