wrong probe...
This commit is contained in:
parent
f0f5343d18
commit
6ca642ae7f
|
@ -1,6 +1,6 @@
|
||||||
FROM prom/prometheus
|
FROM prom/prometheus
|
||||||
|
|
||||||
LABEL version="20240623.1.6"
|
LABEL version="20240623.1.7"
|
||||||
LABEL description="prometheus"
|
LABEL description="prometheus"
|
||||||
|
|
||||||
RUN mkdir -p /etc/prometheus
|
RUN mkdir -p /etc/prometheus
|
||||||
|
|
|
@ -10,7 +10,7 @@ services:
|
||||||
prometheus:
|
prometheus:
|
||||||
build:
|
build:
|
||||||
dockerfile: Dockerfile
|
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
|
container_name: prometheus
|
||||||
command: '--config.file=/etc/prometheus/prometheus.yml'
|
command: '--config.file=/etc/prometheus/prometheus.yml'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
@ -67,7 +67,7 @@ scrape_configs:
|
||||||
replacement: blackbox-exporter.in.thelinuxpro.net:9115
|
replacement: blackbox-exporter.in.thelinuxpro.net:9115
|
||||||
|
|
||||||
- job_name: blackbox_dns_thelinux_pro__A
|
- job_name: blackbox_dns_thelinux_pro__A
|
||||||
metrics_path: blackbox-exporter.in.thelinuxpro.net/probe
|
metrics_path: /probe
|
||||||
params:
|
params:
|
||||||
module: [dns_thelinux_pro__A]
|
module: [dns_thelinux_pro__A]
|
||||||
static_configs:
|
static_configs:
|
||||||
|
|
Loading…
Reference in New Issue