monitoring
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
prometheus:
|
||||
image: prom/prometheus:latest
|
||||
image: prom/prometheus:v2.45.0
|
||||
container_name: prometheus
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
- "9090:9090"
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana:latest
|
||||
image: grafana/grafana:10.1.0
|
||||
container_name: grafana
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
@@ -24,7 +24,7 @@ services:
|
||||
- "3000:3000"
|
||||
|
||||
node-exporter:
|
||||
image: prom/node-exporter:latest
|
||||
image: prom/node-exporter:v1.6.1
|
||||
container_name: node-exporter
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
@@ -37,10 +37,12 @@ services:
|
||||
- '--path.sysfs=/host/sys'
|
||||
|
||||
cadvisor:
|
||||
image: gcr.io/cadvisor/cadvisor:latest
|
||||
image: gcr.io/cadvisor/cadvisor:v0.47.2
|
||||
container_name: cadvisor
|
||||
restart: unless-stopped
|
||||
privileged: true
|
||||
devices:
|
||||
- /dev/kmsg
|
||||
volumes:
|
||||
- /:/rootfs:ro
|
||||
- /var/run:/var/run:ro
|
||||
@@ -49,10 +51,10 @@ services:
|
||||
- /dev/disk/:/dev/disk:ro
|
||||
|
||||
proxmox-exporter:
|
||||
image: prompve/prometheus-proxmox-exporter:latest
|
||||
image: proitav/proxmox-exporter:latest
|
||||
container_name: proxmox-exporter
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /srv/docker/daten/proxmox-exporter/proxmox.yml:/etc/prometheus-proxmox-exporter/proxmox.yml
|
||||
- /srv/docker/daten/proxmox-exporter/proxmox.yml:/etc/proxmox-exporter.yml:ro
|
||||
ports:
|
||||
- "9221:9221"
|
||||
Reference in New Issue
Block a user