Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carletes/node-exporter-rust
https://github.com/carletes/node-exporter-rust
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/carletes/node-exporter-rust
- Owner: carletes
- License: apache-2.0
- Created: 2024-02-07T18:48:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-09T19:03:52.000Z (10 months ago)
- Last Synced: 2024-06-11T16:25:11.461Z (7 months ago)
- Language: Rust
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Building the `node-exporter` binary for the Turing Pi 2 BMC
With [cross][]:
$ cross build --target armv7-unknown-linux-gnueabi --release
[..]
$ ls -l target/armv7-unknown-linux-gnueabi/release/node-exporter
-rwxr-xr-x 2 carlos users 2058000 Mar 3 18:52 target/armv7-unknown-linux-gnueabi/release/node-exporter
$
[cross]: https://github.com/cross-rs/cross