notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details on branch 2025Q3
node_exporter Prometheus exporter for machine metrics
1.9.1 sysutils on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.9.1Version of this port present on the latest quarterly branch.
Maintainer: dor.bsd@xm0.uk search for ports maintained by this maintainer
Port Added: 2025-07-17 13:06:05
Last Update: 2025-07-17 13:02:07
Commit Hash: bd0899a
License: APACHE20
WWW:
https://github.com/prometheus/node_exporter
Description:
Node exporter is a Prometheus exporter for hardware and OS metrics, written in Go with pluggable metric collectors.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (28 items)
Collapse this list.
  1. /usr/local/share/licenses/node_exporter-1.9.1/catalog.mk
  2. /usr/local/share/licenses/node_exporter-1.9.1/LICENSE
  3. /usr/local/share/licenses/node_exporter-1.9.1/APACHE20
  4. bin/node_exporter
  5. share/doc/node_exporter/README.md
  6. share/doc/node_exporter/TIME.md
  7. share/doc/node_exporter/V0_16_UPGRADE_GUIDE.md
  8. share/doc/node_exporter/example-16-compatibility-rules-new-to-old.yml
  9. share/doc/node_exporter/example-16-compatibility-rules.yml
  10. share/doc/node_exporter/example-17-compatibility-rules-new-to-old.yml
  11. share/doc/node_exporter/example-17-compatibility-rules.yml
  12. share/doc/node_exporter/node-mixin/Makefile
  13. share/doc/node_exporter/node-mixin/README.md
  14. share/doc/node_exporter/node-mixin/alerts.jsonnet
  15. share/doc/node_exporter/node-mixin/alerts/alerts.libsonnet
  16. share/doc/node_exporter/node-mixin/config.libsonnet
  17. share/doc/node_exporter/node-mixin/dashboards.jsonnet
  18. share/doc/node_exporter/node-mixin/dashboards/dashboards.libsonnet
  19. share/doc/node_exporter/node-mixin/dashboards/node.libsonnet
  20. share/doc/node_exporter/node-mixin/dashboards/use.libsonnet
  21. share/doc/node_exporter/node-mixin/jsonnetfile.json
  22. share/doc/node_exporter/node-mixin/lib/prom-mixin.libsonnet
  23. share/doc/node_exporter/node-mixin/mixin.libsonnet
  24. share/doc/node_exporter/node-mixin/rules.jsonnet
  25. share/doc/node_exporter/node-mixin/rules/rules.libsonnet
  26. @owner
  27. @group
  28. @mode
Collapse this list.
Dependency lines:
  • node_exporter>0:sysutils/node_exporter
To install the port:
cd /usr/ports/sysutils/node_exporter/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/node_exporter
  • pkg install node_exporter
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: node_exporter
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1751801119 SHA256 (go/sysutils_node_exporter/node_exporter-v1.9.1/v1.9.1.mod) = 76f6df81377fbf6cd9059e0052b9205e4ab6c247e7ee4e7b3c3578738c9bc05d SIZE (go/sysutils_node_exporter/node_exporter-v1.9.1/v1.9.1.mod) = 2664

Expand this list (2 items)

Collapse this list.

SHA256 (go/sysutils_node_exporter/node_exporter-v1.9.1/v1.9.1.zip) = 9395544e223dbe09e88e5b5c946003a259ae65cae61a9bbafc3967fa06f6417a SIZE (go/sysutils_node_exporter/node_exporter-v1.9.1/v1.9.1.zip) = 589141

Collapse this list.


No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
  2. go124 : lang/go124
Fetch dependencies:
  1. go124 : lang/go124
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for node_exporter-1.9.1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
sysutils_node_exporter
USES:
gmake go:modules shebangfix zip
pkg-message:
If upgrading
Text collector examples have been moved to a new repository at https://github.com/prometheus-community/node-exporter-textfile-collector-scripts. The netdev collector CLI argument `--collector.netdev.ignored-devices` was renamed to `--collector.netdev.device-blacklist`. Additional label `mountaddr` added to NFS device metrics to distinguish mounts from the same URL, but different IP addresses. Metrics `node_cpu_scaling_frequency_min_hrts` and `node_cpu_scaling_frequency_max_hrts` of the cpufreq collector were renamed to `node_cpu_scaling_frequency_min_hertz` and `node_cpu_scaling_frequency_max_hertz`. Collectors that are enabled, but are unable to find data to collect, now return `0` for `node_scrape_collector_success`.
If upgrading from < 1.2.2:
Filesystem collector flags have been renamed. --collector.filesystem.ignored-mount-points is now --collector.filesystem.mount-points-exclude and --collector.filesystem.ignored-fs-types is now --collector.filesystem.fs-types-exclude. The old flags will be removed in 2.x.
For install:
If upgrading from a version of node_exporter <0.15.0 you'll need to update any custom command line flags that you may have set as it now requires a double-dash (--flag) instead of a single dash (-flag). The collector flags in 0.15.0 have now been replaced with individual boolean flags and the -collector.procfs` and -collector.sysfs` flags have been renamed to --path.procfs and --path.sysfs respectively.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://proxy.golang.org/github.com/prometheus/node_exporter/@v/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.9.1
17 Jul 2025 13:02:07
commit hash: bd0899a6ea62af2a1f4cf7b70a7d99d0c265d2fccommit hash: bd0899a6ea62af2a1f4cf7b70a7d99d0c265d2fccommit hash: bd0899a6ea62af2a1f4cf7b70a7d99d0c265d2fccommit hash: bd0899a6ea62af2a1f4cf7b70a7d99d0c265d2fc files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Anton Saietskii
sysutils/node_exporter: Update 1.8.2 => 1.9.1

Changelogs:
https://github.com/prometheus/node_exporter/releases/tag/v1.9.0
https://github.com/prometheus/node_exporter/releases/tag/v1.9.1

Improve alignment - non-functional changes.

PR:		288060
Approved by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
MFH:		2025Q3

(cherry picked from commit e5a5ffef998ddd0ee89875e1093b30a77d4628e2)

Number of commits found: 1