Skip to content

Instantly share code, notes, and snippets.

@alq666
Created December 13, 2012 13:07
Show Gist options
  • Save alq666/4276288 to your computer and use it in GitHub Desktop.
Save alq666/4276288 to your computer and use it in GitHub Desktop.
chef handler
require 'chef/handler/datadog'
chef_handler "Chef::Handler::Datadog" do
source "chef-handler-datadog"
arguments [:api_key => api_key, :application_key => chef_appkey]
supports :report => true, :exception => true
action :nothing
end.run_action(:enable)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment