Created
April 12, 2018 13:08
-
-
Save dasgoll/d4587fc8c3c88008bdd41b56c001df73 to your computer and use it in GitHub Desktop.
Install Sensu on Amazon Linux
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
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