Updated Types of Monitoring (markdown)

master
Hunter Long 2018-06-25 20:13:23 -07:00
parent a1d0684057
commit 87d2a7cf96
1 changed files with 4 additions and 1 deletions

@ -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.