Heroku logging what I have Learned

Recently I started work for a new employer who runs has a number of applications hosted on Heroku, my typical strategy when faced with a new environment and systems is try and get some monitoring in place as soon as possible. I do this for a few reasons: It enables me to establish a baseline for performance and behavior of the system. It lets me quickly zero on any areas I can help with. It makes it easier for me to see when I get things wrong while I am still learning the ropes. So when I talk about monitoring I am mainly talking about collecting some basic performance and health related metrics which fall into two different types: ...

June 22, 2013 5 min

How I use chef-solo with ubuntu 12.04

Having recently started working with chef I have come up with a simple method of kickstarting use of it in the small end of town. This really is designed for those of use managing a large number of very similar servers, or a small number of simple servers. After watching this great presentation on chef by @benr from joyent, I decided it was time to roll up my sleeves and get started with chef. To do this I took some of his advice and my meager Unix knowledge and crafted a simple bootstrap method for my development Ubuntu systems, which I will describe in this post. ...

September 10, 2011 5 min