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

Make the status output be human readable #21

Closed solarkennedy closed 9 years ago

solarkennedy commented 9 years ago

This is to satisfy internal ticket PAASTA-88

This makes it so emails/pagerduty/etc have a human readable status output first, then the numeric value in parens.

cc @bobtfish @mrtyler

I couldn't get "match" to match this for whatever reason so I used the include match instead? https://www.relishapp.com/rspec/rspec-expectations/v/2-0/docs/matchers/include-matcher

mrtyler commented 9 years ago

fix'n'ship

IDK about your matcher problem.