Created
May 15, 2015 22:47
-
-
Save mandeepbal/845829456aa727c1718e to your computer and use it in GitHub Desktop.
Sensu Install
This file contains hidden or 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
export SE_USER=USER | |
export SE_PASS=PASSWORD | |
echo "[sensu-enterprise] | |
name=sensu-enterprise | |
baseurl=http://$SE_USER:[email protected]/yum/noarch/ | |
gpgcheck=0 | |
enabled=1" | sudo tee /etc/yum.repos.d/sensu-enterprise.repo | |
echo "[sensu-enterprise-dashboard] | |
name=sensu-enterprise-dashboard | |
baseurl=http://$SE_USER:[email protected]/yum/$basearch/ | |
gpgcheck=0 | |
enabled=1" | sudo tee /etc/yum.repos.d/sensu-enterprise-dashboard.repo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment