Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

two health checks, one returns a 200 false and it should be a 500 false, the other one works.. guess which one we used on a project. #689

Closed
RichardHightower opened this issue Apr 27, 2016 · 0 comments

Comments

@RichardHightower
Copy link
Member

curl -v http://localhost:9090/__admin/ok
*   Trying ::1...
* Connected to localhost (::1) port 9090 (#0)
> GET /__admin/ok HTTP/1.1
> Host: localhost:9090
> User-Agent: curl/7.47.0
> Accept: */*
> 
< HTTP/1.1 503 Service Unavailable
< Content-Length: 5
< 
* Connection #0 to host localhost left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant