This commit is contained in:
Kameron Kenny 2024-06-23 16:33:33 -04:00
parent de910ea65f
commit b73fcda911
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/prometheus
LABEL version="20240623.1.1"
LABEL version="20240623.1.2"
LABEL description="prometheus"
RUN mkdir -p /etc/prometheus

View File

@ -10,7 +10,7 @@ services:
prometheus:
build:
dockerfile: Dockerfile
image: docker-registry1.in.thelinuxpro.net:5000/tlp/prometheus:240623.1.1
image: docker-registry1.in.thelinuxpro.net:5000/tlp/prometheus:240623.1.2
container_name: prometheus
command: '--config.file=/etc/prometheus/prometheus.yml'
restart: unless-stopped

View File

@ -34,14 +34,14 @@ scrape_configs:
module: [https_2xx]
static_configs:
- targets:
- https://thelinux.pro
- ['thelinux.pro:443']
- job_name: blackbox_http_3xx
metrics_path: /probe
params:
module: [http_301]
static_configs:
- targets:
- http://thelinux.pro
- ['http://thelinux.pro:80']
- job_name: blackbox_dns_thelinux_pro__A
metrics_path: /probe
params: