Matanel Sindilevich

Results 2 issues of Matanel Sindilevich

Closes https://github.com/godaddy/terminus/issues/189. As noted in the PR, the hardcoded values for the top-level `status` property aren't playing well with other monitoring systems, such as Netfilx's Eureka Discovery server. Other monitoring...

When `terminus` reports a successful response, it'd reply with a JSON consisting of the top-level `status: "ok"`, accompanied by any additional health check info, when available. According to https://github.com/godaddy/terminus/blob/04191ccbf3a00d2bfb563fe5a1bfef2766da231d/lib/terminus.js#L6-L8 and...