From 4ba32552ce5c6d0a1e69744d0566b3672714ec9a Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Sun, 22 Jul 2018 00:33:53 -0700 Subject: [PATCH] Updated Types of Monitoring (markdown) --- Types-of-Monitoring.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Types-of-Monitoring.md b/Types-of-Monitoring.md index 63c6859..82e3a1f 100644 --- a/Types-of-Monitoring.md +++ b/Types-of-Monitoring.md @@ -1,4 +1,3 @@ -# 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. You might want to require a 404 or 500 error as a response code though. With each service you can include a Timeout in seconds to work with your long running services. # HTTP Endpoints with Custom POST