You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2021. It is now read-only.
I was trying to use node-exporter customized image and gave the below configs and deployed.
But I dint see the data populated in the Swarm Node overview dashboard
I was trying to use node-exporter customized image and gave the below configs and deployed.
But I dint see the data populated in the Swarm Node overview dashboard
nodeexporter_eng:
image: stefanprodan/swarmprom-node-exporter:v0.16.0
environment:
- NODE_ID={{.Node.ID}}
volumes:
- /proc:/host/proc:ro
- /sys:/host/sys:ro
- /:/rootfs:ro
- /etc/hostname:/etc/nodename
command:
- '--path.procfs=/host/proc'
- '--path.sysfs=/host/sys'
- '--collector.filesystem.ignored-mount-points="^(/rootfs|/host|)/(sys|proc|dev|host|etc)($$|/)"'
- '--collector.filesystem.ignored-fs-types="^(sys|proc|auto|cgroup|devpts|ns|au|fuse.lxc|mqueue)(fs|)$$"'
deploy:
mode: global
placement:
constraints:
# Hostname of the first woker node!
- node.platform.arch == x86_64
networks:
- frontend
The text was updated successfully, but these errors were encountered: