I'm trying to get node_exporter running on a FreeNAS box, which is based on FreeBSD 10.3 STABLE.
I did this:
- fired up a vagrant box running FreeBSD 10.3 STABLE
- installed node_exporter (from ports)
- copied the node_exporter binary and rc script over the my FreeNAS box.
This works, but I see this error from the node_exporter regularly:
ERRO[1073] ERROR: cpu collector failed after 0.000035s: more CPU's than MAXCPU? source=node_exporter.go:91
Any idea why I see this?
R.