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 must fire resolve if it fired for create #106

Closed cabecada closed 7 years ago

cabecada commented 7 years ago

https://github.com/Yelp/sensu_handlers/issues/103 handler should now fire a resolve if the event was triggered for create action earlier. handler should not fire a resolve if the event was not triggered for create action earlier.

cabecada commented 7 years ago

@solarkennedy @somic style changes made. Also, are you convinced with the comments from @fessyfoo ? Can this be merged now?

solarkennedy commented 7 years ago

Lets do it