re-enable node healthcheck
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
4dc6c9e97f
commit
d9b14cd3cb
|
@ -9,10 +9,10 @@
|
||||||
port: '{{ beacon_node_listening_port }}'
|
port: '{{ beacon_node_listening_port }}'
|
||||||
address: '{{ beacon_node_public_address }}'
|
address: '{{ beacon_node_public_address }}'
|
||||||
tags: ['{{ env }}.{{ stage }}', 'beacon', 'nimbus']
|
tags: ['{{ env }}.{{ stage }}', 'beacon', 'nimbus']
|
||||||
#checks:
|
checks:
|
||||||
# - name: 'beacon-node-health'
|
- name: 'beacon-node-health'
|
||||||
# type: 'tcp'
|
type: 'tcp'
|
||||||
# tcp: 'localhost:{{ beacon_node_listening_port }}'
|
tcp: 'localhost:{{ beacon_node_listening_port }}'
|
||||||
|
|
||||||
- id: '{{ beacon_node_cont_name }}-metrics'
|
- id: '{{ beacon_node_cont_name }}-metrics'
|
||||||
name: 'beacon-node-metrics'
|
name: 'beacon-node-metrics'
|
||||||
|
|
Loading…
Reference in New Issue