mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 02:49:55 +00:00
feat!: remove node exporter from monitoring stack (#9)
## What ❔ Remove node exporter from monitoring ## Why ❔ Redundant for this context ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [x] Documentation comments have been added / updated.
This commit is contained in:
@ -21,18 +21,6 @@ services:
|
||||
- "--remoteWrite.vmProtoCompressLevel=2"
|
||||
restart: always
|
||||
|
||||
node-exporter:
|
||||
image: "prom/node-exporter:v{{ node_exporter_version }}"
|
||||
volumes:
|
||||
- /proc:/host/proc:ro
|
||||
- /sys:/host/sys:ro
|
||||
- /:/rootfs:ro
|
||||
restart: unless-stopped
|
||||
command:
|
||||
- '--path.procfs=/host/proc'
|
||||
- '--path.sysfs=/host/sys'
|
||||
- '--collector.filesystem.ignored-mount-points=^/(sys|proc|dev|host|etc)($$|/)'
|
||||
|
||||
cadvisor:
|
||||
image: "gcr.io/cadvisor/cadvisor:v{{ cadvisor_version }}"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user