[roles/node-exporter] collector option here has changed to path.

This commit is contained in:
Jonathan Davies 2017-11-13 15:02:30 +00:00
parent 8f058e66fb
commit 3ec02fc5ca

View File

@ -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: