nameing
This commit is contained in:
parent
302f7198ac
commit
c606453670
|
@ -1,6 +1,6 @@
|
|||
FROM prom/prometheus
|
||||
|
||||
LABEL version="20240623.1.4"
|
||||
LABEL version="20240623.1.5"
|
||||
LABEL description="prometheus"
|
||||
|
||||
RUN mkdir -p /etc/prometheus
|
||||
|
|
|
@ -10,7 +10,7 @@ services:
|
|||
prometheus:
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/prometheus:240623.1.4
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/prometheus:240623.1.5
|
||||
container_name: prometheus
|
||||
command: '--config.file=/etc/prometheus/prometheus.yml'
|
||||
restart: unless-stopped
|
||||
|
|
|
@ -45,12 +45,12 @@ scrape_configs:
|
|||
- job_name: blackbox_dns_thelinux_pro__A
|
||||
metrics_path: /probe
|
||||
params:
|
||||
module: dns_thelinux_pro__A
|
||||
module: [dns_thelinux_pro__A]
|
||||
static_configs:
|
||||
- targets: ['ns1.thelinuxpro.net', 'ns2.thelinuxpro.net']
|
||||
- job_name: blackbox_dns_thelinux_pro__SOA
|
||||
metrics_path: /probe
|
||||
params:
|
||||
module: dns_thelinux_pro__SOA
|
||||
module: [dns_thelinux_pro__SOA]
|
||||
static_configs:
|
||||
- targets: ['ns1.thelinuxpro.net', 'ns2.thelinuxpro.net']
|
||||
|
|
Loading…
Reference in New Issue