This vagrant configuration will boot up a working Sensu server to facilities development/testing.
- Vagrant - Recommended version 1.4.X
- VirtualBox - Recommended version 4.3.X
- Internet access :))
Boot image
$ git clone https://github.com/n1tr0g/vagrant-sensu.git $ cd vagrant-sensu $ vagrant up
Note:
server IP is predefined with 10.170.0.2
Start the services you need
$ vagrant ssh $ service sensu-server start $ servic sensu-api start $ service sensu-dashboard start $ service sensu-client start
For example to access the sensu dashboard type http://VAGRANT_IMAGE_IP:3000/
Apache License Version 2.0