Skip to content

Commit

Permalink
flags renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
George Angel committed Dec 13, 2017
1 parent fcce249 commit ff484e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/node-exporter.service
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ ExecStart=/bin/sh -c "\
-v /etc/prom-text-collectors:/text-collectors \
--net=host \
${node_exporter_image_url}:${node_exporter_image_tag} \
--collector.procfs /host/proc \
--collector.sysfs /host/sys \
--path.procfs /host/proc \
--path.sysfs /host/sys \
--collector.filesystem.ignored-mount-points '^/(sys|proc|dev|host|etc)($|/)' \
--collector.textfile.directory=/text-collectors"
ExecStop=-/bin/sh -c 'docker stop -t 3 "$(docker ps -q --filter=name=%p_)"'
Expand Down

0 comments on commit ff484e4

Please sign in to comment.