macOS
brew install node_exporterlocal Homebrew formula metadata
sudo port install node_exporterMacPorts ports tree · sysutils/node_exporter/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de node_exporter pour les workflows d'agents IA.
installation
brew install node_exporterlocal Homebrew formula metadata
sudo port install node_exporterMacPorts ports tree · sysutils/node_exporter/Portfile · Source: api.github.com
sudo dnf install node-exporterFedora Rawhide package metadata · node-exporter · Source: dl.fedoraproject.org
sudo zypper install golang-github-prometheus-node_exporteropenSUSE Tumbleweed package metadata · golang-github-prometheus-node_exporter · Source: download.opensuse.org
aperçu
Prometheus exporter for machine metrics
historique
`node_exporter` is Prometheus's Unix host-metrics exporter. It is one of the canonical Prometheus deployment pieces: install it on a machine, expose `/metrics` on port 9100, and let Prometheus scrape CPU, memory, filesystem, network, kernel, and other machine-level metrics.
The GitHub repository was created on 2013-04-18 under the Prometheus organization. The README describes it as a Go exporter for hardware and OS metrics exposed by *NIX kernels, with pluggable collectors and a separate recommendation to use `windows_exporter` for Windows machines.
The project evolved by growing a large collector surface while keeping some expensive or high-cardinality collectors disabled by default. The README documents default collectors such as cpu, diskstats, filesystem, loadavg, meminfo, netdev, textfile, uname, vmstat, and many others, plus opt-in collectors such as systemd, perf, processes, tcpstat, wifi, and zoneinfo.
By 2026-07-01, GitHub metadata reported 13562 stars and 2672 forks for `prometheus/node_exporter`. Homebrew's formula API reported stable version 1.11.1 and 5544 installs over 365 days. That Homebrew number is only a small slice of usage because production deployments often use distro packages, containers, configuration management, or upstream release tarballs.
The Prometheus documentation treats Node Exporter as the standard path for Linux host metrics and walks through downloading a release, running the binary, scraping `localhost:9100`, and checking metrics with the `node_` prefix. Grafana and Prometheus ecosystem docs commonly use it as the base host telemetry example.
The practical pattern is boring and important: run one `node_exporter` per host, expose port 9100 to Prometheus, and tune collectors only when needed. In containers, the README warns that the exporter is designed to monitor the host system, so Docker deployments bind-mount the host root filesystem, use host networking and PID namespace, and set `--path.rootfs=/host`.
Package nerds care about collector flags. Default collectors cover the normal node dashboard path; opt-in collectors need testing because scrape duration, timeout, and sample cardinality can jump. The textfile collector is the escape hatch for local scripts and cron jobs: write Prometheus-format files to a configured directory and let node_exporter expose them with the rest of the host metrics.
This is not related to Node.js despite the name. In Prometheus vocabulary, a node is a machine. That naming collision is worth encoding because package search and enrichment can otherwise confuse JavaScript tooling with host observability tooling.
posture de sécurité
formula declares a Homebrew service.
risque orange · confiance moyen · infrastructure
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
node_exporter | cli | exécutable global | |
node_exporter_brew_services | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/prometheus/node_exporter
métadonnées d'installation
| Clé du paquet | brew:node_exporter |
|---|---|
| Version | 1.12.1 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/node_exporter |
| Page d'accueil | https://prometheus.io/ |
| Dépôt | https://github.com/prometheus/node_exporter |
| Docs amont | https://github.com/prometheus/node_exporter#readme |
| Licence | Apache-2.0 |
| Archive source | https://github.com/prometheus/node_exporter/archive/refs/tags/v1.12.1.tar.gz |
| Dernière mise à jour | 2026-07-14T14:36:40Z |
| Pulse | updated |
| Dépendances de compilation | go |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | declared |
| Précautions | When run from `brew services`, `node_exporter` is run from `node_exporter_brew_services` and uses the flags in: $HOMEBREW_PREFIX/etc/node_exporter.args |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | node_exporter |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
node-exporter 1.11.1-1.fc45
Exporter for machine metrics
https://github.com/prometheus/node_exporter
sudo dnf install node-exportergolang-github-prometheus-node_exporter 1.11.1-1.1
Prometheus exporter for machine metrics
https://github.com/prometheus/node_exporter
sudo zypper install golang-github-prometheus-node_exporternode_exporter
sudo port install node_exporterpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.