From f23fcbedb81f371bd37a6ef4f90244703a03abc5 Mon Sep 17 00:00:00 2001 From: TwiN Date: Sun, 12 Jun 2022 16:32:08 -0400 Subject: [PATCH] docs: Specify what type of applications can be monitored with TCP --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 18a7da8f..8a9b0fd5 100644 --- a/README.md +++ b/README.md @@ -1183,6 +1183,8 @@ endpoints: Placeholders `[STATUS]` and `[BODY]` as well as the fields `endpoints[].body`, `endpoints[].headers`, `endpoints[].method` and `endpoints[].graphql` are not supported for TCP endpoints. +This works for applications such as databases (Postgres, MySQL, etc.) and caches (Redis, Memcached, etc.). + **NOTE**: `[CONNECTED] == true` does not guarantee that the endpoint itself is healthy - it only guarantees that there's something at the given address listening to the given port, and that a connection to that address was successfully established.