mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-23 20:36:21 +01:00
Exporter for machine metrics
host-metricsmachine-metricsmetricsnode-metricsprocfsprometheusprometheus-exportersystem-informationsystem-metrics
a9fdaf184c
This makes a simple 'make' work on a machine without golang, and doesn't pull in libraries from elsewhere. Bump golang version, 1.3 doesn't do http basic auth. |
||
---|---|---|
collector | ||
.gitignore | ||
AUTHORS.md | ||
CONTRIBUTING.md | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
node_exporter.conf | ||
node_exporter.go | ||
NOTICE | ||
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
.