Updated Types of Monitoring (markdown)

master
Hunter Long 2018-07-22 00:31:15 -07:00
parent d9ae5d1a2e
commit 21e0da4358
1 changed files with 2 additions and 2 deletions

@ -5,7 +5,7 @@ You can monitor your application by using a simple HTTP GET to the endpoint to r
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">
<img width="75%" src="https://img.cjx.io/statup-httpservice.png">
</p>
With a HTTP service, you can POST a JSON string to your endpoint to retrieve any type of response back. You can then use Regex in the Expected Response field to parse a custom response that exactly matches your status requirements.
@ -14,5 +14,5 @@ With a HTTP service, you can POST a JSON string to your endpoint to retrieve any
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. With a TCP service, you can monitor your Docker containers, or remove service running on a custom port. You don't need to include `http` in the endpoint field, just IP or Hostname.
<p align="center">
<img width="60%" src="https://img.cjx.io/statup-tcpservice.png">
<img width="75%" src="https://img.cjx.io/statup-tcpservice.png">
</p>