Created
March 10, 2023 22:14
-
-
Save ovitente/5003114e468ffa5c3a5832f32e1011e6 to your computer and use it in GitHub Desktop.
Download latest release asset for the github node_exporter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -sL -o node_exporter.tar.gz $(curl -s https://api.github.com/repos/prometheus/node_exporter/releases/latest | grep -E "browser_download_url.*linux-amd64.tar.gz" | cut -d : -f 2,3 | tr -d \") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment