disable healthchecks temporarily, shit is whack yo

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-11-06 14:34:08 +01:00
parent c2992d80b1
commit e37ebad154
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 8 additions and 8 deletions

View File

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