Changes

Jump to: navigation, search

Metrics and Monitoring in swarm

116 bytes added, 21:35, 10 September 2018
Node exporter
</pre>
<pre>
docker service create \--detach=false \ --name node-exporter \ --mode global \ --network monitor \ --mount "type=bind,source=/proc,target=/host/proc" \ --mount "type=bind,source=/sys,target=/host/sys" \ --mount "type=bind,source=/,target=/rootfs" \ --mount "type=bind,source=/etc/hostname,target=/etc/\host_hostname" \ -e HOST_HOSTNAME=/etc/host_hostname \ basi/node-exporter:v1latest \ --path.15procfs /host/proc \ --path.0 sysfs /host/sys \ --collector.filesystem.ignored-mount-points \"^/(sys|proc|dev|host|etc)($|/)" \ --collector.textfile.directory /etc/node-exporter/
</pre>

Navigation menu