This repository contains Vagrantfile and some supporting scripts for configuring a Sensu development environment.
This repository was developed and tested on Mac OS X with the following:
The Vagrantfile enclosed here defines multiple virtual machines. Starting all of them at once will require in excess of 6GB of system memory.
The vagrant boxes used by this project are publicly available Centos 7.4 and Windows 2016 virtual machine images. There's nothing about these images that is specific to this workshop, so you can use a different box image if you already have one on hand.
Run the following to download and install these vagrant boxes ahead of running vagrant up
$ vagrant box add bento/centos-7.4
$ vagrant box add mwrock/windows2016