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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details on branch 2026Q3
node_exporter Prometheus exporter for machine metrics
1.11.0_4 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.11.0_4Version of this port present on the latest quarterly branch.
Maintainer: dor.bsd@xm0.uk search for ports maintained by this maintainer
Port Added: 2026-07-10 08:24:41
Last Update: 2026-07-10 08:00:52
Commit Hash: c328c3d
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.11.0_4/catalog.mk
  2. /usr/local/share/licenses/node_exporter-1.11.0_4/LICENSE
  3. /usr/local/share/licenses/node_exporter-1.11.0_4/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.
USE_RC_SUBR (Service Scripts)
  • node_exporter
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 = 1775323232 SHA256 (go/sysutils_node_exporter/node_exporter-v1.11.0/v1.11.0.mod) = fd0eec56ad32dabbb45d4376d1a2047550a7b83653ff3902e090cfac88f883d1 SIZE (go/sysutils_node_exporter/node_exporter-v1.11.0/v1.11.0.mod) = 2552

Expand this list (2 items)

Collapse this list.

SHA256 (go/sysutils_node_exporter/node_exporter-v1.11.0/v1.11.0.zip) = 979c0c3261c25d10842eb7f53cb6bc34e30ea0be1609ec62a94aadc60bf5d364 SIZE (go/sysutils_node_exporter/node_exporter-v1.11.0/v1.11.0.zip) = 650993

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. go125 : lang/go125
Fetch dependencies:
  1. go125 : lang/go125
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for node_exporter-1.11.0_4: 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.11.0_4
10 Jul 2026 08:00:52
commit hash: c328c3d404abdecbaf1429067d07fa84f6de3487commit hash: c328c3d404abdecbaf1429067d07fa84f6de3487commit hash: c328c3d404abdecbaf1429067d07fa84f6de3487commit hash: c328c3d404abdecbaf1429067d07fa84f6de3487 files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
various: Bump go ports for go-1.25.12 / 1.26.5

Number of commits found: 1