Home

Awesome

Build Status

Ansible - Graphite: Scalable Realtime Graphing

This Ansible playbook will install graphite via pip in its default location '/opt/graphite'

To run this playbook.

  1. clone the repo
  2. modify the hosts file to reflect the server you want to install Graphite on
  3. ignore ssh's known hosts file
  1. run ansible-playbook -i hosts playbook.yml
  1. In ~4 minutes you should have a running Graphite server!

What you need to change

Secrets

Change graphite_secret_key under roles/graphite/defaults/main.yml to something unique for your graphite instance!

Django

Change graphite_django_admin_media under roles/graphite/defaults/main.yml to the path of your django admin media

    # XXX In order for the django admin site media to work you
    # must change @DJANGO_ROOT@ to be the path to your django
    # installation, which is probably something like:

    Alias /media/ "/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/"
    # or 
    #Alias /media/ "/usr/lib/python2.6/site-packages/django/contrib/admin/media/"

Carbon Storage and Aggregation

It has been setup according to this page and might not do what you expect to with your data

Testing

Vagrant

Simply clone this repo and make sure you have Vagrant + Virtual Box installed and...

  1. vagrant up
  2. visit http://192.168.111.222/
  3. :-)

Vagrant is using Ubuntu 14.04 Trusty Tahr for it's OS.

Digital Ocean

I've tested this playbook with Digital Ocean VM's with a few different flavor of OS's.

AWS EC2

TODO

Known Issues

Resources