Closed phinze closed 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
@pitluga suggested doing this with a custom response header on GET /
GET /
i like this idea better.
Create something to support a Nagios-style check for any administratively forced status on a node.
Here's a quick sketch: