v1.10.2215411.9 MB
Apache-2.0
strict
core24
Exporter for machine metrics.
Prometheus exporter for hardware and OS metrics exposed by *NIX kernels, written in Go with pluggable metric collectors.
Install
Post-installation
The
Configuration
Collectors can be enabled/disabled using the
Reference the prometheus/nodeexporter README.md: https://github.com/prometheus/nodeexporter/blob/master/README.md#collectors for the list of collectors enabled by default.
Install
sudo snap install node-exporterPost-installation
The
node-exporter snap requires some interfaces to be manually connected in order to grant permission to collect certain metrics. Without these connections, only basic metrics are available. To connect all exposed interfaces, run the following commands after installation:sudo snap connect node-exporter:hardware-observesudo snap connect node-exporter:mount-observesudo snap connect node-exporter:network-observesudo snap connect node-exporter:system-observeConfiguration
Collectors can be enabled/disabled using the
collectors and no-collectors configuration options with this snap. To specify multiple collectors, use a quoted string with space-separated values. For example:sudo snap set node-exporter collectors=ntpsudo snap set node-exporter no-collectors="mdadm netstat"Reference the prometheus/nodeexporter README.md: https://github.com/prometheus/nodeexporter/blob/master/README.md#collectors for the list of collectors enabled by default.
Update History
v1.10.2 2116 → 21546 Mar 2026, 18:17 UTC
25 Feb 2020, 19:57 UTC
6 Mar 2026, 14:09 UTC
9 Jan 2026, 15:12 UTC