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

[WIP] alternate style to flexibly manage dependencies. #61

Closed fessyfoo closed 9 years ago

fessyfoo commented 9 years ago

this is a straw man for conversation. its an alternate to #60 it is not tested.

I'm also conidering a 3rd approach that combines the dependency hash's in #60 merged with default dependency hash's.

solarkennedy commented 9 years ago

I think I like #60 better.

And if people don't want it to manage deps at all, they just have an empty hash. (right)?

fessyfoo commented 9 years ago

in #60 if someone did not want us manage deps at all. they would set dependencies to false.

fessyfoo commented 9 years ago

closing in favor of #60