Skip to content

Instantly share code, notes, and snippets.

View tolsen's full-sized avatar

Tim Olsen tolsen

  • New York, NY
  • 03:21 (UTC -04:00)
View GitHub Profile
@tolsen
tolsen / chef-nrsysmond.rb
Created February 6, 2012 17:19 — forked from benders/chef-nrsysmond.rb
Simple New Relic server monitoring recipe for Chef
#
# Thanks to Eron Nicholson at 37 Signals for providing this,
# send thanks to him and blame to me. -Nic Benders
#
template "/etc/apt/sources.list.d/newrelic.list" do
source "newrelic.list.erb"
owner "root"
group "root"
mode 0640