mirror of https://github.com/statping/statping
Updated Types of Monitoring (markdown)
parent
749f0cc239
commit
4ba32552ce
|
@ -1,4 +1,3 @@
|
||||||
# HTTP Endpoints
|
|
||||||
You can monitor your application by using a simple HTTP GET to the endpoint to return back a response and status code. Normally you want a 200 status code on an HTTP request. You might want to require a 404 or 500 error as a response code though. With each service you can include a Timeout in seconds to work with your long running services.
|
You can monitor your application by using a simple HTTP GET to the endpoint to return back a response and status code. Normally you want a 200 status code on an HTTP request. You might want to require a 404 or 500 error as a response code though. With each service you can include a Timeout in seconds to work with your long running services.
|
||||||
|
|
||||||
# HTTP Endpoints with Custom POST
|
# HTTP Endpoints with Custom POST
|
||||||
|
|
Loading…
Reference in New Issue