Go to file
Tobias Schmidt 211ddf33f1 Consolidate collector selection
Remove special tags necessary for gmond and runit collectors. All
collectors get built. Selection of which collectors to use continues to
happen via parameter.
2014-11-25 18:01:02 -05:00
collector Consolidate collector selection 2014-11-25 18:01:02 -05:00
.gitignore Add Makefile with install and release targets 2014-04-09 19:30:49 -04:00
Dockerfile Install GCC in Dockerfile 2014-06-20 18:16:02 +02:00
Makefile Release v0.6.0 2014-11-24 14:45:08 -05: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 Consolidate collector selection 2014-11-25 18:01:02 -05: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.