-
-
Save rodriguezsergio/5819071 to your computer and use it in GitHub Desktop.
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
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
Vagrant.configure("2") do |config| | |
config.vm.box = "sandbox" | |
config.vm.box_url = "http://repos.sensuapp.org/box/sandbox.box" | |
config.vm.network :forwarded_port, guest: 4567, host: 4567 | |
config.vm.network :forwarded_port, guest: 8080, host: 8080 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To anyone else that decides to use this. Here is the config file so you can start poking around the web UI.
/etc/sensu/config.json