From dafd7cced8bce2a30f3dc96319e39a82c486c703 Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:05:49 -0400 Subject: [PATCH] update port --- Dockerfile | 2 +- docker-compose.yml | 2 +- prometheus/prometheus.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 301a425..5eae476 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM prom/prometheus -LABEL version="20241021.1.1" +LABEL version="20241021.1.2" LABEL description="prometheus" RUN mkdir -p /etc/prometheus diff --git a/docker-compose.yml b/docker-compose.yml index 44a035a..c47ed05 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: prometheus: build: 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 command: '--config.file=/etc/prometheus/prometheus.yml' restart: unless-stopped diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml index 0be0b5d..0fef2ad 100644 --- a/prometheus/prometheus.yml +++ b/prometheus/prometheus.yml @@ -56,7 +56,7 @@ scrape_configs: module: [http_2xx] static_configs: - targets: - - https://powerapi.in.thelinuxpro.net + - http://powerapi.in.thelinuxpro.net:5000 relabel_configs: - source_labels: [__address__] target_label: __param_target