Version: 1.0.1, Package name: node_exporter-1.0.1 |
Maintained by: Claudio Jeker |
Master sites: |
Description Prometheus exporter for hardware and OS metrics exposed by *NIX kernels, written in Go with pluggable metric collectors. |
Filesize: 2726.595 KB |
Version History (View Complete History) |
|
2020-11-20 14:17:22 by Stuart Henderson | Files touched by this commit (6) |
Log message: use /bin/ksh #! line on Prometheus-related ports as is standard with other rc scripts |
2020-08-14 03:51:18 by Paco Esteban | Files touched by this commit (4) |
Log message: update sysutils/node_exporter to 1.0.1 changelog here: https://github.com/prometheus/node_exporter/blob/master/CHANGELOG.md patches for collector/uname.go and collector/uname_openbsd.go removed, as this merged PR covers them: https://github.com/prometheus/node_exporter/pull/1433 ok claudio@ (maintainer) |
2020-04-17 17:59:50 by Stuart Henderson | Files touched by this commit (8) |
Log message: add a comment next to BROKEN-aarch64 to suggest trying removing it with the next update, hopefully vendored libs will be updated by then |
2020-04-14 15:38:00 by Stuart Henderson | Files touched by this commit (8) |
Log message: disable some golang ports on aarch64, failing builds mostly due to golang.org/x/sys/unix or golang.org/x/net/internal/socket problems (which suggests they have old vendored copies that don't include aarch64 support) |