Node exporter

From wikinotes
Revision as of 02:00, 16 February 2022 by Will (talk | contribs)

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

Documentation

github https://github.com/prometheus/node_exporter

Install

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

Usage

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