[roles/node-exporter] collector option here has changed to path.
This commit is contained in:
parent
8f058e66fb
commit
3ec02fc5ca
@ -10,7 +10,7 @@ nodeexporter_services:
|
||||
container_name: nodeexporter
|
||||
enabled: "{{ nodeexporter_enabled }}"
|
||||
image: "{{ nodeexporter_image_full }}"
|
||||
command: --collector.procfs=/host/proc --collector.sysfs=/host/sys --collector.filesystem.ignored-mount-points "^/(sys|proc|dev|host|etc)($|/)"
|
||||
command: --path.procfs=/host/proc --path.sysfs=/host/sys --collector.filesystem.ignored-mount-points "^/(sys|proc|dev|host|etc)($|/)"
|
||||
privileged: True
|
||||
read_only: True
|
||||
volumes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user