Skip to content

Instantly share code, notes, and snippets.

@dasgoll
Created April 12, 2018 13:08
Show Gist options
  • Save dasgoll/d4587fc8c3c88008bdd41b56c001df73 to your computer and use it in GitHub Desktop.
Save dasgoll/d4587fc8c3c88008bdd41b56c001df73 to your computer and use it in GitHub Desktop.
Install Sensu on Amazon Linux
echo '
[sensu]
name=sensu
baseurl=https://sensu.global.ssl.fastly.net/yum/6/x86_64/
gpgcheck=0
enabled=1
' | tee -a /etc/yum.repos.d/sensu.repo
yum -y install sensu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment