From bd372f0a580dada68437620221590460a0db67c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 8 Mar 2024 12:13:24 +0100 Subject: [PATCH] consul: fix healthcheck name for metrics MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- tasks/consul.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/consul.yml b/tasks/consul.yml index f428dba..87adab9 100644 --- a/tasks/consul.yml +++ b/tasks/consul.yml @@ -26,7 +26,7 @@ disabled: '{{ not geth_metrics_enabled }}' checks: - id: '{{ geth_cont_name }}-metrics-status' - type: 'tpc' + type: 'tcp' tcp: 'localhost:{{ geth_metrics_port }}' timeout: '5s' failures_before_critical: 3