Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 835 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 835 Bytes

Vagrant Sensu Development VM

About

This vagrant configuration will boot up a working Sensu server to facilities development/testing.

Requirements

  • Vagrant - Recommended version 1.4.X
  • VirtualBox - Recommended version 4.3.X
  • Internet access :))

Installation

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
$ service sensu-api start
$ service sensu-client start
$ service uchiwa start

For example to access the Uchiwa dashboard open http://VAGRANT_IMAGE_IP:3000/ in a browser.

License

Apache License Version 2.0