consul: fix healthcheck name for metrics
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
303505ad74
commit
bd372f0a58
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue