diff --git a/Dockerfile b/Dockerfile index 3108fc7..a831941 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM prom/prometheus -LABEL version="20241021.1.5" +LABEL version="20241021.1.6" LABEL description="prometheus" RUN mkdir -p /etc/prometheus diff --git a/docker-compose.yml b/docker-compose.yml index 6e2270a..8ee0df0 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.5 + image: docker-registry1.in.thelinuxpro.net:5000/tlp/prometheus:241021.1.6 container_name: prometheus command: '--config.file=/etc/prometheus/prometheus.yml' restart: unless-stopped diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml index f2ca92e..2282faa 100644 --- a/prometheus/prometheus.yml +++ b/prometheus/prometheus.yml @@ -29,7 +29,7 @@ scrape_configs: - job_name: power-api metrics_path: /metrics static_configs: - - targets: ['powerapi.in.thelinuxpro.net:5000'] + - targets: ['powerapi.in.thelinuxpro.net:8000'] - job_name: unifi static_configs: