update port

This commit is contained in:
Kameron Kenny 2024-10-21 11:05:49 -04:00
parent 5c1401098a
commit dafd7cced8
No known key found for this signature in database
GPG Key ID: E5006629839D2276
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
FROM prom/prometheus FROM prom/prometheus
LABEL version="20241021.1.1" LABEL version="20241021.1.2"
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:241021.1.1 image: docker-registry1.in.thelinuxpro.net:5000/tlp/prometheus:241021.1.2
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

@ -56,7 +56,7 @@ scrape_configs:
module: [http_2xx] module: [http_2xx]
static_configs: static_configs:
- targets: - targets:
- https://powerapi.in.thelinuxpro.net - http://powerapi.in.thelinuxpro.net:5000
relabel_configs: relabel_configs:
- source_labels: [__address__] - source_labels: [__address__]
target_label: __param_target target_label: __param_target