mirror of https://github.com/statping/statping
Updated Types of Monitoring (markdown)
parent
f50540fa66
commit
b07c937af5
|
@ -4,5 +4,13 @@ You can monitor your application by using a simple HTTP GET to the endpoint to r
|
||||||
# HTTP Endpoints with Custom POST
|
# 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.
|
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.
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img width="60%" src="https://img.cjx.io/statup-httpservice.png">
|
||||||
|
</p>
|
||||||
|
|
||||||
# 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.
|
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.
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img width="60%" src="https://img.cjx.io/statup-tcpservice.png">
|
||||||
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue