Created
July 3, 2020 14:25
-
-
Save egorsmkv/0ae85638aff6a15361bf56f7b50ac2c9 to your computer and use it in GitHub Desktop.
This file contains 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
#!/usr/bin/bash | |
mkdir node_exporter | |
cd node_exporter/ | |
wget https://github.com/prometheus/node_exporter/releases/download/v1.0.1/node_exporter-1.0.1.linux-amd64.tar.gz | |
tar xf node_exporter-1.0.1.linux-amd64.tar.gz | |
cd node_exporter-1.0.1.linux-amd64 | |
mv node_exporter /usr/bin | |
node_exporter --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment