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

master branch to trigger travis #58

Closed fessyfoo closed 9 years ago

fessyfoo commented 9 years ago

the .fixtures file is picking up the latest monitoring_check which depends on a later sensu_check however the sensu_check in the .fixtures file was pinnned to a specific version for some reason: https://github.com/Yelp/sensu_handlers/commit/c5355c4072483a4d3c145163e8c9eddee1065fa7

I'm guessing the fix would be to test against latest sensu_handler fixture?

jaxxstorm commented 9 years ago

This is breaking my spec tests so we getting it sorted would be ++

@somic can you help with this?

fessyfoo commented 9 years ago

separate pr with the fix #59 [ so as not to include the trigger ]