Tamar <
tama...@gmail.com> writes:
> Hi,
>
> I am trying to run node-exporter on several servers.
> For all servers but one, node-exporter started successfully
> using the
> command:
> docker run -p 9100:9100 \
> --name node_exporter \
> -v "/proc:/host/proc" \
> -v "/sys:/host/sys" \
> -v "/:/rootfs" \
> --net="host" prom/node-exporter \
> --path.procfs /host/proc \
> --path.sysfs /host/proc
> --collector.netclass.ignored-devices \
> --collector.filesystem.ignored-mount-points
> "^/(sys|proc|dev|host|etc)($|/)"
>
> For one server only I get this error when running the container:
>