2
This commit is contained in:
parent
80149da0f8
commit
e0bbf7e056
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/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"
|
wget "${DOWNLOAD_URL}" -O "blackbox.tar.gz"
|
||||||
|
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
set -x
|
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
|
groupadd --system prometheus
|
||||||
|
|
||||||
useradd -s /sbin/nologin --system -g prometheus prometheus
|
useradd -s /sbin/nologin --system -g prometheus prometheus
|
||||||
|
Loading…
Reference in New Issue
Block a user