Node exporter

From wikinotes
Revision as of 14:48, 20 February 2022 by Will (talk | contribs) (→‎Documentation)

Collects and exposes information about a server's resources to prometheus.

Documentation

github https://github.com/prometheus/node_exporter
metrics https://github.com/prometheus/node_exporter#enabled-by-default

Install

pacman -S prometheus-node-exporter
pkg install node_exporter    # FreeBSD
sysctl enable node_exporter  # FreeBSD

Usage

curl -X GET http://${IP_ADDR}:9100/metrics  # collect metrics