Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbussdieker/vagrant-sensu
https://github.com/jbussdieker/vagrant-sensu
sensu vagrant
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jbussdieker/vagrant-sensu
- Owner: jbussdieker
- Created: 2014-12-08T01:23:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-12T18:55:00.000Z (about 10 years ago)
- Last Synced: 2024-04-14T05:55:00.065Z (9 months ago)
- Topics: sensu, vagrant
- Language: Ruby
- Size: 219 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vagrant-sensu
=============## Usage
Install puppet modules
bundle install
bundle exec librarian-puppet installRun everything on one host:
vagrant up aio
Run each component on separate hosts:
vagrant up queue redis server api dashboard
The dashboard can be found at http://localhost:3000 unless the port was already in use in which case the logs will reveal what the port was remapped to.