From 6ca642ae7ff770c7319a3554db0a6908c09bba8d Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Sun, 23 Jun 2024 17:56:16 -0400 Subject: [PATCH] wrong probe... --- Dockerfile | 2 +- docker-compose.yml | 2 +- prometheus/prometheus.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f60335c..9f79a28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM prom/prometheus -LABEL version="20240623.1.6" +LABEL version="20240623.1.7" LABEL description="prometheus" RUN mkdir -p /etc/prometheus diff --git a/docker-compose.yml b/docker-compose.yml index ff05823..e3bf393 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: prometheus: build: dockerfile: Dockerfile - image: docker-registry1.in.thelinuxpro.net:5000/tlp/prometheus:240623.1.6 + image: docker-registry1.in.thelinuxpro.net:5000/tlp/prometheus:240623.1.7 container_name: prometheus command: '--config.file=/etc/prometheus/prometheus.yml' restart: unless-stopped diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml index e8a87c9..ac86267 100644 --- a/prometheus/prometheus.yml +++ b/prometheus/prometheus.yml @@ -67,7 +67,7 @@ scrape_configs: replacement: blackbox-exporter.in.thelinuxpro.net:9115 - job_name: blackbox_dns_thelinux_pro__A - metrics_path: blackbox-exporter.in.thelinuxpro.net/probe + metrics_path: /probe params: module: [dns_thelinux_pro__A] static_configs: