Last active
December 15, 2015 14:08
-
-
Save agoddard/5271726 to your computer and use it in GitHub Desktop.
sensu demo Vagrantfile
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
Vagrant::Config.run do |config| | |
config.vm.box = "sandbox" | |
config.vm.box_url = "http://repos.sensuapp.org/box/sandbox.box" | |
config.vm.forward_port 4567, 4567 | |
config.vm.forward_port 8080, 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