uname -ax86_64 x86_64 x86_64 GNU/Linux
node_exporter -versionnode_exporter, version 0.14.0 (branch: master, revision: 840ba5dcc71a084a3bc63cb6063003c1f94435a6)
build user: root@bb6d0678e7f3
build date: 20170321-12:12:54
go version: go1.7.5
No
node_exporter --collectors.enabled cpu
node_exporter starting up as normal
FATA[0000] Couldn't load collectors: collector 'cpu' not available source="node_exporter.go:157"
The linux CPU collector has only been added after 0.14.0. The first release including it will be 0.15.0.
I also bumped into this error because was consulting upstream README from master for configuration options..
It should be possible to release a 0.15.0 soon. I think the only thing we may want to change before 0.15.0 is the flag library as Prometheus is standardizing on kingpin.