Skip to content

Instantly share code, notes, and snippets.

@egorsmkv
Created July 3, 2020 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egorsmkv/0ae85638aff6a15361bf56f7b50ac2c9 to your computer and use it in GitHub Desktop.
Save egorsmkv/0ae85638aff6a15361bf56f7b50ac2c9 to your computer and use it in GitHub Desktop.
#!/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