powerapi
This commit is contained in:
parent
b8b5e116c2
commit
30a24b53a7
|
@ -1,6 +1,6 @@
|
||||||
FROM prom/prometheus
|
FROM prom/prometheus
|
||||||
|
|
||||||
LABEL version="20241021.1.5"
|
LABEL version="20241021.1.6"
|
||||||
LABEL description="prometheus"
|
LABEL description="prometheus"
|
||||||
|
|
||||||
RUN mkdir -p /etc/prometheus
|
RUN mkdir -p /etc/prometheus
|
||||||
|
|
|
@ -10,7 +10,7 @@ services:
|
||||||
prometheus:
|
prometheus:
|
||||||
build:
|
build:
|
||||||
dockerfile: Dockerfile
|
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
|
container_name: prometheus
|
||||||
command: '--config.file=/etc/prometheus/prometheus.yml'
|
command: '--config.file=/etc/prometheus/prometheus.yml'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
@ -29,7 +29,7 @@ scrape_configs:
|
||||||
- job_name: power-api
|
- job_name: power-api
|
||||||
metrics_path: /metrics
|
metrics_path: /metrics
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['powerapi.in.thelinuxpro.net:5000']
|
- targets: ['powerapi.in.thelinuxpro.net:8000']
|
||||||
|
|
||||||
- job_name: unifi
|
- job_name: unifi
|
||||||
static_configs:
|
static_configs:
|
||||||
|
|
Loading…
Reference in New Issue