Update blackbox exporter to 0.25.0

This commit is contained in:
Daniel Berteaud 2024-04-09 15:45:48 +02:00
parent 511470492c
commit 7bb784c92b
5 changed files with 2 additions and 8 deletions

View File

@ -1,6 +1,6 @@
FROM danielberteaud/alpine:24.4-1 AS builder
ARG BLACKBOX_EXPORTER_VERSION=0.24.0
ARG BLACKBOX_EXPORTER_VERSION=0.25.0
ADD https://github.com/prometheus/blackbox_exporter/releases/download/v${BLACKBOX_EXPORTER_VERSION}/blackbox_exporter-${BLACKBOX_EXPORTER_VERSION}.linux-amd64.tar.gz /tmp
ADD https://github.com/prometheus/blackbox_exporter/releases/download/v${BLACKBOX_EXPORTER_VERSION}/sha256sums.txt /tmp

View File

@ -7,8 +7,6 @@ job "monitoring-agent" {
priority = 60
type = "system"
# This group will collect logs from the allocation running on the node

View File

@ -4,8 +4,6 @@ job "monitoring-exporters" {
region = "global"
# Run exporters. Use a separated job so exporters can run in a distinct node_pool
group "exporters" {

View File

@ -5,8 +5,6 @@ job "monitoring-services" {
region = "global"
# Metrics is running prometheus
group "metrics-server" {

View File

@ -56,7 +56,7 @@ monitoring:
# expose those metrics to prometheus
blackbox:
# Version of the exporter
version: 0.24.0
version: 0.25.0
# Docker image to use
image: '[[ .docker.repo ]]blackbox-exporter:[[ .monitoring.exporters.blackbox.version ]]-1'
# Custom env var to set in the container