Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Simple vagrant box, bundled with graphite, statsd, carbon and grafana frontend

License

Notifications You must be signed in to change notification settings

pkkummermo/grafana-vagrant-puppet-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphite, Carbon, statsd, ElasticSearch and Grafana - All-in-one

Word of warning

This is an old project and you really should look into other projects which have done the same. I'm revamping our installation as we speak, and alot has changed (yay!) since I wrote this. I might link to a new container project from this one at a later time :)

Provision a virtual machine with vagrant and puppet with

all ready to boot and receive those precious logging memories from whatever you find interesting to log.

Details:

Debian package for statsd (github.com/etsy) included

Port overview

Installation

All hail Vagrant and Puppet for making it possible for me to share this simple recipe.

git clone https://github.com/pkkummermo/grafana-vagrant-puppet-box.git
cd grafana-vagrant-puppet-box
vagrant up
vagrant provision
open http://localhost:9100/ to see Graphite running
open http://localhost:9100/grafana/ to see Grafana running

SETUP

You must take into account your own needs for a graphite server. In short: this is a simple wireframe which you should put your personal touch to :)

Contributors

Glorious thanks to original creators jimdo and liuggio for creating the original file making it easy for me to build atop of it. All git history shows their work :)

Original repo: https://github.com/Jimdo/vagrant-statsd-graphite-puppet.git