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 }}'
|
disabled: '{{ not geth_metrics_enabled }}'
|
||||||
checks:
|
checks:
|
||||||
- id: '{{ geth_cont_name }}-metrics-status'
|
- id: '{{ geth_cont_name }}-metrics-status'
|
||||||
type: 'tpc'
|
type: 'tcp'
|
||||||
tcp: 'localhost:{{ geth_metrics_port }}'
|
tcp: 'localhost:{{ geth_metrics_port }}'
|
||||||
timeout: '5s'
|
timeout: '5s'
|
||||||
failures_before_critical: 3
|
failures_before_critical: 3
|
||||||
|
|
Loading…
Reference in New Issue