braintree / litmus_paper

Backend health tester for HA Services
MIT License
32 stars 15 forks source link

Always report Measured Health #17

Closed tcsalameh closed 7 years ago

tcsalameh commented 7 years ago

Currently, /:service/status only reports measured health if it is forced up or down. This can make parsing output more difficult for programs that always expect to see measured health. This commit makes sure /:service/status always reports measured health for a more consistent output format.

This also bumps the version from 0.9.4 to 0.9.5.