From 57b5dd293ea249587bfccea2e16c6642a7cd8726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Sat, 10 Aug 2019 02:15:21 -0400 Subject: [PATCH] update consul faucet check name to be different MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/roles/faucet-api/tasks/consul.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/faucet-api/tasks/consul.yml b/ansible/roles/faucet-api/tasks/consul.yml index 6856f49..a80fd1f 100644 --- a/ansible/roles/faucet-api/tasks/consul.yml +++ b/ansible/roles/faucet-api/tasks/consul.yml @@ -8,7 +8,7 @@ tags: ['{{ env }}.{{ stage }}', 'faucet', 'api'] port: '{{ faucet_http_port }}' checks: - - id: faucet-http-health + - id: '{{ faucet_cont_name }}-health' name: Faucet HTTP API type: http http: 'http://localhost:{{ faucet_http_port }}/faucet-info'