Skip to content

Instantly share code, notes, and snippets.

View edhill's full-sized avatar

Ed Hill edhill

View GitHub Profile

Keybase proof

I hereby claim:

  • I am edhill on github.
  • I am edhill (https://keybase.io/edhill) on keybase.
  • I have a public key whose fingerprint is 538F C6AC DCC1 1614 6BB4 CABD D8BE 427D 2C6A E080

To claim this, I am signing this object:

@edhill
edhill / gist:5313451
Created April 4, 2013 19:35
Monitorama 2013 lightning update

monitorama 2013

Monitorama was a two-day conference/hackathon that focused on tools and practices for monitoring/managing complex web applications and systems. The first day was 12 30-minute sessions from a variety of experts, while the second day had 6 more in depth workshops. You could also participate in a hackathon the second day, and I would guess about 30% of the people did that while 70% attending the workshops.

https://github.com/monitorama

Popular Tools

graphite / statsd

@edhill
edhill / setup-statsd.sh
Created April 15, 2012 15:58 — forked from jasonroelofs/setup-statsd.sh
Turn an Ubuntu 10.10 EC2 into a StatsD/Graphite server
# install git
sudo apt-get install g++ curl libssl-dev apache2-utils
sudo apt-get install git-core
# download the Node source, compile and install it
git clone https://github.com/joyent/node.git
cd node
./configure
make
sudo make install
# install the Node package manager for later use