From b07c937af591bbec348887f5aeb39e3e1efb2ba2 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Fri, 20 Jul 2018 19:00:28 -0700 Subject: [PATCH] Updated Types of Monitoring (markdown) --- Types-of-Monitoring.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Types-of-Monitoring.md b/Types-of-Monitoring.md index 2888018..a6e9ef4 100644 --- a/Types-of-Monitoring.md +++ b/Types-of-Monitoring.md @@ -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 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 -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. \ No newline at end of file +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. + +

+ +