mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
Merge pull request #2718 from Wolphin-project/exporter-0.15
node_exporter 0.15.1; updated parameters
This commit is contained in:
commit
1d6e957c7e
@ -1,7 +1,7 @@
|
|||||||
FROM prom/node-exporter:v0.14.0@sha256:ea8396dd32be6195ef03438b2f459b2e69a88b8fc798c3fc51559f56d4b158fa
|
FROM prom/node-exporter:v0.15.1@sha256:88c602650e861bb8045ac83421edecbd056fc58708d47554a0d1a10f19ed7556
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/node_exporter", "-collector.procfs", "/host/proc", \
|
ENTRYPOINT ["/bin/node_exporter", "--path.procfs", "/host/proc", \
|
||||||
"-collector.sysfs", "/host/sys", \
|
"--path.sysfs", "/host/sys", \
|
||||||
"-collector.filesystem.ignored-mount-points", \
|
"--collector.filesystem.ignored-mount-points", \
|
||||||
"^/(sys|proc|dev|host|etc)($|/)"]
|
"^/(sys|proc|dev|host|etc)($|/)"]
|
||||||
LABEL org.mobyproject.config='{"pid": "host", "binds": ["/proc:/host/proc", "/sys:/host/sys", "/:/rootfs"], "capabilities": ["all"]}'
|
LABEL org.mobyproject.config='{"pid": "host", "binds": ["/proc:/host/proc", "/sys:/host/sys", "/:/rootfs"], "capabilities": ["all"]}'
|
||||||
|
Loading…
Reference in New Issue
Block a user