Skip to content

Instantly share code, notes, and snippets.

View theist's full-sized avatar
🐼

Carlos Peñas San José theist

🐼
View GitHub Profile
@theist
theist / install-graphite-ubuntu-11.10.sh
Last active May 17, 2017 11:31
Changed to choice between "local" and EC2 setup. To do a local setup yo will do id_rsa created and authorized in your user. Your user must also possess sudo with no password (user or usergroup ALL=(ALL:ALL) NOPASSWD: ALL) This is useful to make local tests and changes to setup without wasting EC2 resources
#!/bin/bash
####################################
# BASIC REQUIREMENTS
# http://graphite.wikidot.com/installation
# Forked from: http://geek.michaelgrace.org/2011/09/how-to-install-graphite-on-ubuntu/
# Ubuntu 11.10 Oneiric Ocelot
# Forked from https://gist.github.com/1287170
# Modified to use NGinx + uwsgi instead of Apache, as well as memcached and supervisord, incorporating ideas from
# http://blog.adku.com/2011/10/scalable-realtime-stats-with-graphite.html