nimbus.holesky: reduce critical alerts sensitivity

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-03-30 09:59:34 +01:00
parent f1e772f162
commit f26dfe57c4
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 5 additions and 0 deletions

View File

@ -115,6 +115,11 @@ beacon_node_metrics_port: '{{ 9200 + idx|int + 1 }}'
beacon_node_rest_port: '{{ 9300 + idx|int + 1 }}'
beacon_node_rest_address: '0.0.0.0'
# Reduce Consul alerts sensitivity
beacon_node_consul_success_before_passing: 1
beacon_node_consul_failures_before_warning: 2
beacon_node_consul_failures_before_critical: 60
# Validator Client -------------------------------------------------------------
validator_client_service_name: 'validator-client-{{ validator_client_network }}-{{ node.branch }}'