Skip to content

Instantly share code, notes, and snippets.

View mroth's full-sized avatar

Matthew Rothenberg mroth

View GitHub Profile
@mroth
mroth / setup-statsd.sh
Created July 29, 2012 21:55
Turn an Ubuntu 12.04 Amazon EC2 Micro instance into a StatsD/Graphite server
#############################################################################################
# BASIC REQUIREMENTS
# http://graphite.wikidot.com/installation
# http://geek.michaelgrace.org/2011/09/how-to-install-graphite-on-ubuntu/
# Last tested & updated 12/19/2011
# MORE INFO:
# - http://blog.adku.com/2011/10/scalable-realtime-stats-with-graphite.html
# - https://github.com/gosquared/graphite-cookbook
# - http://coreygoldberg.blogspot.com.es/2012/04/installing-graphite-099-on-ubuntu-1204.html
#############################################################################################