disable healthchecks temporarily, shit is whack yo
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
c2992d80b1
commit
e37ebad154
|
@ -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:
|
||||||
- id: beacon-node-health
|
# - id: 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'
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
tags: ['{{ env }}.{{ stage }}', 'beacon', 'nimbus', 'metrics']
|
tags: ['{{ env }}.{{ stage }}', 'beacon', 'nimbus', 'metrics']
|
||||||
meta:
|
meta:
|
||||||
container: '{{ beacon_node_cont_name }}'
|
container: '{{ beacon_node_cont_name }}'
|
||||||
checks:
|
#checks:
|
||||||
- id: beacon-node-metrics
|
# - id: beacon-node-metrics
|
||||||
type: http
|
# type: http
|
||||||
http: 'http://localhost:{{ beacon_node_metrics_port }}/metrics'
|
# http: 'http://localhost:{{ beacon_node_metrics_port }}/metrics'
|
||||||
|
|
Loading…
Reference in New Issue