Removed node-exporter

This commit is contained in:
Joachim Hummel 2023-08-30 15:56:15 +00:00
parent be28360a4d
commit 2c855066ef
1 changed files with 0 additions and 17 deletions

View File

@ -13,23 +13,6 @@ services:
depends_on:
- mon_node-exporter
mon_node-exporter:
image: prom/node-exporter:latest
container_name: mon_node-exporter
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- /proc:/host/proc:ro
- /sys:/host/sys:ro
- /:/rootfs:ro
command:
- '--path.procfs=/host/proc'
- '--path.sysfs=/host/sys'
- '--path.rootfs=/rootfs'
- '--collector.filesystem.ignored-mount-points="^(/rootfs|/host|)/(sys|proc|dev|host|etc)($$|/)"'
- '--collector.filesystem.ignored-fs-types="^(sys|proc|auto|cgroup|devpts|ns|au|fuse\.lxc|mqueue)(fs|)$$"'
mon_grafana:
image: grafana/grafana:latest
container_name: mon_grafana