Go to file
Daniel Speichert 1763908013 Fixed panic when parsing /proc/stat on 2.6.32-25-pve
Fixes issue described in #38
/proc/stat reports a blank line which needs to be ignored.
Old kernels misses one CPU time field, this needs to be ignored too.
2015-02-07 06:36:36 +01:00
collector Fixed panic when parsing /proc/stat on 2.6.32-25-pve 2015-02-07 06:36:36 +01:00
.gitignore Add Makefile with install and release targets 2014-04-09 19:30:49 -04:00
AUTHORS.md License cleanup 2015-01-22 17:11:26 +01:00
CONTRIBUTING.md License cleanup 2015-01-22 17:11:26 +01:00
Dockerfile Simplify Dockerfile by using golang:onbuild image 2014-12-18 13:18:03 +01:00
LICENSE License cleanup 2015-01-22 17:11:26 +01:00
Makefile Fix Go download link for several archs and OSes. 2015-02-05 16:54:53 +01:00
NOTICE License cleanup 2015-01-22 17:11:26 +01:00
README.md Consolidate collector selection 2014-11-25 18:01:02 -05:00
node_exporter.conf Add MegaCLI collector 2014-07-09 14:56:06 +02:00
node_exporter.go Add text file exporter 2015-01-25 16:25:25 +00:00

README.md

node_exporter

Prometheus exporter with pluggable metric collectors.

collectors

Which collectors are used is controlled by the --enabledCollectors flag. To see all available collectors, use --printCollectors.