macOS
brew install node_exporterlocal Homebrew formula metadata
sudo port install node_exporterMacPorts ports tree · sysutils/node_exporter/Portfile · 来源: api.github.com
安装
brew install node_exporterlocal Homebrew formula metadata
sudo port install node_exporterMacPorts ports tree · sysutils/node_exporter/Portfile · 来源: api.github.com
sudo dnf install node-exporterFedora Rawhide package metadata · node-exporter · 来源: dl.fedoraproject.org
sudo zypper install golang-github-prometheus-node_exporteropenSUSE Tumbleweed package metadata · golang-github-prometheus-node_exporter · 来源: download.opensuse.org
概览
Prometheus exporter for machine metrics
历史
`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.
安全态势
formula declares a Homebrew service.
orange 风险 · 中 置信度 · infrastructure
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
node_exporter | cli | 全局可执行文件 | |
node_exporter_brew_services | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/prometheus/node_exporter
安装元数据
| 软件包键 | brew:node_exporter |
|---|---|
| 版本 | 1.12.1 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/node_exporter |
| 主页 | https://prometheus.io/ |
| 仓库 | https://github.com/prometheus/node_exporter |
| 上游文档 | https://github.com/prometheus/node_exporter#readme |
| 许可证 | Apache-2.0 |
| 源码归档 | https://github.com/prometheus/node_exporter/archive/refs/tags/v1.12.1.tar.gz |
| 最后更新 | 2026-07-14T14:36:40Z |
| Pulse | updated |
| 构建依赖 | go |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | declared |
| 注意事项 | 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 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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_exporter来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.