Yelp / sensu_handlers

Custom Sensu Handlers to support a multi-tenant environment, allowing checks themselves to emit the type of handler behavior they need in the event json
Apache License 2.0
75 stars 31 forks source link

Remove explicit require json/pure from cache_instance_list.rb #32

Closed somic closed 9 years ago

somic commented 9 years ago

Newer versions of fog pull in fog-json which will take care of figuring out the best way how to work with json. This lets it do its job, no need to hardcode json/pure.

somic commented 9 years ago

Some AWS regions need fog newer than is available from rubygem-fog. Puppet-omnibus already gives us that so let's use it.

solarkennedy commented 9 years ago

Ship! Great job!

bobtfish commented 9 years ago

:+1: