This commit is contained in:
Kameron Kenny 2024-06-23 16:39:39 -04:00
parent a20e0e2a3a
commit 302f7198ac
No known key found for this signature in database
GPG Key ID: E5006629839D2276
3 changed files with 5 additions and 9 deletions

View File

@ -1,6 +1,6 @@
FROM prom/prometheus FROM prom/prometheus
LABEL version="20240623.1.3" LABEL version="20240623.1.4"
LABEL description="prometheus" LABEL description="prometheus"
RUN mkdir -p /etc/prometheus RUN mkdir -p /etc/prometheus

View File

@ -10,7 +10,7 @@ services:
prometheus: prometheus:
build: build:
dockerfile: Dockerfile dockerfile: Dockerfile
image: docker-registry1.in.thelinuxpro.net:5000/tlp/prometheus:240623.1.3 image: docker-registry1.in.thelinuxpro.net:5000/tlp/prometheus:240623.1.4
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

View File

@ -41,20 +41,16 @@ scrape_configs:
module: [http_301] module: [http_301]
static_configs: static_configs:
- targets: - targets:
- http://thelinux.pro:80 - thelinux.pro:80
- job_name: blackbox_dns_thelinux_pro__A - job_name: blackbox_dns_thelinux_pro__A
metrics_path: /probe metrics_path: /probe
params: params:
module: dns_thelinux_pro__A module: dns_thelinux_pro__A
static_configs: static_configs:
- targets: - targets: ['ns1.thelinuxpro.net', 'ns2.thelinuxpro.net']
- ns1.thelinuxpro.net
- ns2.thelinuxpro.net
- job_name: blackbox_dns_thelinux_pro__SOA - job_name: blackbox_dns_thelinux_pro__SOA
metrics_path: /probe metrics_path: /probe
params: params:
module: dns_thelinux_pro__SOA module: dns_thelinux_pro__SOA
static_configs: static_configs:
- targets: - targets: ['ns1.thelinuxpro.net', 'ns2.thelinuxpro.net']
- ns1.thelinuxpro.net
- ns2.thelinuxpro.net