Skip to content

Instantly share code, notes, and snippets.

@mandeepbal
Created May 15, 2015 22:47
Show Gist options
  • Save mandeepbal/845829456aa727c1718e to your computer and use it in GitHub Desktop.
Save mandeepbal/845829456aa727c1718e to your computer and use it in GitHub Desktop.
Sensu Install
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