update consul faucet check name to be different

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-08-10 02:15:21 -04:00
parent 49e6a9d33c
commit 57b5dd293e
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -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'