Skip to content

s33dunda/vagrant-sensu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Vagrant image for sensu monitoring server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 69.8%
  • Shell 30.2%