Skip to content

Instantly share code, notes, and snippets.

@martinrusev
Last active August 29, 2015 14:07
Show Gist options
  • Save martinrusev/a2df648dd8073be7581d to your computer and use it in GitHub Desktop.
Save martinrusev/a2df648dd8073be7581d to your computer and use it in GitHub Desktop.
Install amonagent beta
sudo sh -c "echo 'deb http://beta.packages.amon.cx/repo amon contrib' > /etc/apt/sources.list.d/amonagent.list"
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv AD53961F
sudo apt-get install -y --force-yes python-software-properties software-properties-common
sudo apt-add-repository -y ppa:ansible/ansible
sudo apt-get update
sudo apt-get install -y --force-yes amon-agent ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment