Automic VaultAutomic Vault

brew

node_exporter を Homebrew, dnf, MacPorts, zypper でインストール

node_exporter のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install node_exporter

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install node_exporter

MacPorts ports tree · sysutils/node_exporter/Portfile · ソース: api.github.com

Linux

Fedora dnf確認済み · 92%
sudo dnf install node-exporter

Fedora Rawhide package metadata · node-exporter · ソース: dl.fedoraproject.org

openSUSE zypper確認済み · 92%
sudo zypper install golang-github-prometheus-node_exporter

openSUSE Tumbleweed package metadata · golang-github-prometheus-node_exporter · ソース: download.opensuse.org

概要

パッケージ概要

Prometheus exporter for machine metrics

コマンドとエイリアス

  • node_exporter
  • node_exporter_brew_services

履歴

プロジェクトの歴史と使われ方

`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.

タイムライン

  • 2013-04-18: GitHub repository `prometheus/node_exporter` was created.
  • 2024-07-14: v1.8.2 release metadata appeared in GitHub releases.
  • 2025-10-24: v1.10.0 was released.
  • 2026-04-07: v1.11.1 was released and Homebrew reported it as the stable formula version on 2026-07-01.

Related projects

  • Prometheus
  • Grafana
  • windows_exporter
  • prometheus-community/node-exporter-textfile-collector-scripts

セキュリティ状態

リスクレベル: orange

formula declares a Homebrew service.

リスク分類器

リスク orange · 信頼度 中 · infrastructure

理由

  • formula declares a Homebrew service

信号

  • metadata:service

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • formula メタデータがサービスまたはデーモンブロックを宣言しています。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
node_exportercliグローバル実行可能ファイル
node_exporter_brew_servicescliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版1.12.1
マネージャ更新日2026-07-14
ローカルデータOK
上流最新
検出された最新v1.12.1

https://github.com/prometheus/node_exporter

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキー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
Pulseupdated
ビルド依存関係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 DatabaseHomebrew formula API
Taphomebrew/core
Full Namenode_exporter
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

dnf95%

node-exporter 1.11.1-1.fc45

Exporter for machine metrics

https://github.com/prometheus/node_exporter

sudo dnf install node-exporter
  • License: Apache-2.0 AND BSD-2-Clause AND BSD-2-Clause-Views AND BSD-3-Clause AND MIT AND MPL-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: node-exporter
  • 5 依存関係
  • 6 提供
  • normalized package name match
  • 一致条件: Node Exporter
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: node-exporter from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

golang-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_exporter
  • License: Apache-2.0
  • Category: System/Management
  • Architecture: x86_64
  • Source Package: golang-github-prometheus-node_exporter
  • 6 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Node Exporter
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: golang-github-prometheus-node_exporter from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

node_exporter

sudo port install node_exporter
  • normalized package name match
  • 一致条件: Node Exporter
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/node_exporter/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment