Removed node-exporter
This commit is contained in:
parent
be28360a4d
commit
2c855066ef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user