Prometheus Node Explorer doesnt work
coolduebtn opened this issue · 1 comments
coolduebtn commented
The node exporter collector params have changed so the config file needs to be updated
https://github.com/prometheus/node_exporter
coolduebtn commented
args: - --path.procfs - /host/proc - --path.sysfs - /host/sys - --collector.filesystem.ignored-mount-points - '"^/(sys|proc|dev|host|etc)($|/)"'
Replace the old args by this one