Node exporter: Difference between revisions

From wikinotes
No edit summary
Line 11: Line 11:
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->
= Locations =
<blockquote>
{| class="wikitable"
|-
| <code>9100</code> || default port
|-
| <code>http://localhost:9100</code> || minimal web-ui
|-
|}
</blockquote><!-- Locations -->
= Notes =
<blockquote>
{| class="wikitable"
|-
| [[node_exporter install]]
|-
| [[node_exporter configuration]]
|-
| [[node_exporter usage]]
|-
|}
</blockquote><!-- Notes -->


= Install =
= Install =

Revision as of 14:50, 20 February 2022

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

Locations

9100 default port
http://localhost:9100 minimal web-ui

Notes

node_exporter install
node_exporter configuration
node_exporter usage

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