braintree / litmus_paper

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

Route to report on forced status #8

Closed phinze closed 12 years ago

phinze commented 12 years ago

Create something to support a Nagios-style check for any administratively forced status on a node.

Here's a quick sketch:

# with nothing set
GET /forced_status
404 Not Found

# with something set
GET /forced_status
200 OK
global: forced up 
phinze commented 12 years ago

@pitluga suggested doing this with a custom response header on GET /

i like this idea better.