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

handler_settings helper method #53

Closed fessyfoo closed 9 years ago

fessyfoo commented 9 years ago

this is just a small refactoring.

DRY up fetching per handler settings from sensu's settings hash.

solarkennedy commented 9 years ago

Cool!

fessyfoo commented 9 years ago

fixed silly casing issue.

solarkennedy commented 9 years ago

Thanks!