unmarshal

This commit is contained in:
Kameron Kenny 2024-06-23 16:54:00 -04:00
parent f842310528
commit 21291cb2a4
No known key found for this signature in database
GPG Key ID: E5006629839D2276
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
FROM prom/blackbox-exporter FROM prom/blackbox-exporter
LABEL version="20240623.1.1" LABEL version="20240623.1.2"
LABEL description="blackbox exporter for prometheus" LABEL description="blackbox exporter for prometheus"
COPY config/blackbox.yml /blackbox.yml COPY config/blackbox.yml /blackbox.yml

View File

@ -23,16 +23,16 @@ modules:
dns_thelinux_pro__A: dns_thelinux_pro__A:
prober: dns prober: dns
timeout: 5s timeout: 5s
preferred_ip_protocol: "ip4"
dns: dns:
query_name: "thelinux.pro" query_name: "thelinux.pro"
query_type: "A" query_type: "A"
valid_rcodes: valid_rcodes:
- NOERROR - NOERROR
preferred_ip_protocol: "ip4"
dns_thelinux_pro__SOA: dns_thelinux_pro__SOA:
prober: dns prober: dns
timeout: 5s timeout: 5s
preferred_ip_protocol: "ip4"
dns: dns:
query_name: "thelinux.pro" query_name: "thelinux.pro"
query_type: "SOA" query_type: "SOA"
preferred_ip_protocol: "ip4"

View File

@ -6,7 +6,7 @@ services:
blackbox-exporter: blackbox-exporter:
build: build:
dockerfile: Dockerfile dockerfile: Dockerfile
image: docker-registry1.in.thelinuxpro.net:5000/tlp/blackbox-exporter:20240623.1.1 image: docker-registry1.in.thelinuxpro.net:5000/tlp/blackbox-exporter:20240623.1.2
container_name: blackbox-exporter container_name: blackbox-exporter
command: '--config.file=/blackbox.yml' command: '--config.file=/blackbox.yml'
restart: unless-stopped restart: unless-stopped