fixed versions and small bugs

This commit is contained in:
Brian Christner 2022-06-22 00:18:46 +02:00
parent 24f0b36184
commit a471a24059
3 changed files with 10 additions and 8 deletions

View File

@ -11,7 +11,7 @@ networks:
services:
prometheus:
image: prom/prometheus:v2.1.0
image: prom/prometheus:v2.36.2
volumes:
- ./prometheus/:/etc/prometheus/
- prometheus_data:/prometheus
@ -38,12 +38,14 @@ services:
# - node.hostname == ${HOSTNAME}
node-exporter:
image: prom/node-exporter
image: quay.io/prometheus/node-exporter:latest
volumes:
- /proc:/host/proc:ro
- /sys:/host/sys:ro
- /:/rootfs:ro
- /:/host:ro,rslave
command:
- '--path.rootfs=/host'
- '--path.procfs=/host/proc'
- '--path.sysfs=/host/sys'
- --collector.filesystem.ignored-mount-points

View File

@ -10,7 +10,7 @@ networks:
services:
prometheus:
image: prom/prometheus
image: prom/prometheus:v2.36.2
volumes:
- ./prometheus/:/etc/prometheus/
- prometheus_data:/prometheus
@ -36,7 +36,7 @@ services:
condition: on-failure
node-exporter:
image: prom/node-exporter
image: quay.io/prometheus/node-exporter:latest
volumes:
- /proc:/host/proc:ro
- /sys:/host/sys:ro

View File

@ -31,7 +31,7 @@ scrape_configs:
- job_name: 'prometheus'
# Override the global default and scrape targets from this job every 5 seconds.
scrape_interval: 5s
scrape_interval: 15s
static_configs:
- targets: ['localhost:9090']
@ -40,7 +40,7 @@ scrape_configs:
- job_name: 'cadvisor'
# Override the global default and scrape targets from this job every 5 seconds.
scrape_interval: 5s
scrape_interval: 15s
dns_sd_configs:
- names:
@ -54,8 +54,8 @@ scrape_configs:
- job_name: 'node-exporter'
# Override the global default and scrape targets from this job every 5 seconds.
scrape_interval: 5s
scrape_interval: 15s
dns_sd_configs:
- names:
- 'tasks.node-exporter'