mirror of https://github.com/statping/statping
Updated Types of Monitoring (markdown)
parent
a1d0684057
commit
87d2a7cf96
|
@ -1,5 +1,8 @@
|
|||
# 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.
|
||||
|
||||
# HTTP Endpoints with Custom POST
|
||||
For more advanced monitoring you can add a data as a HTTP POST request. This is useful for automatically submitting JSON, or making sure your signup form is working correctly.
|
||||
|
||||
# TCP Services
|
||||
# TCP Services
|
||||
For other services that don't use HTTP, you can monitor any type of service by using the PORT of the service. If you're Ethereum Blockchain server is running on 8545, you can use TCP to monitor your server.
|
Loading…
Reference in New Issue