Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 829 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 829 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
$ 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/

License

Apache License Version 2.0