Skip to content

Instantly share code, notes, and snippets.

@s-chb
Last active May 31, 2020 23:12
Show Gist options
  • Save s-chb/1dbaff0ae588c4c78a3a921d95e7b236 to your computer and use it in GitHub Desktop.
Save s-chb/1dbaff0ae588c4c78a3a921d95e7b236 to your computer and use it in GitHub Desktop.
sudo su
cd /opt/
wget https://github.com/prometheus/alertmanager/releases/download/v0.11.0/alertmanager-0.11.0.linux-amd64.tar.gz
tar -xvzf alertmanager-0.11.0.linux-amd64.tar.gz
mv alertmanager-0.11.0.linux-amd64/alertmanager /usr/local/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment