Open acqant opened 9 years ago
This fixed it
chef_handler 'Chef::Handler::SensuEvent' do
source "#{node[:chef_handler][:handler_path]}/chef-handler-sensu-event.rb"
action :enable
end
Makes sense. Sorry about this. We're still on Chef 11 and no longer using this gem :/ would review a PR updating it as such though.
@jakedavis what are you using instead?
We have an internally-developed service for broadcasting messages, to Slack in particular; the Chef run reports to that service instead of going through Sensu.