nimbus.mainnet: reduce Consul alerts sensitivity

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-12-06 11:13:26 +01:00
parent e38ceca4f7
commit 9be87e32ce
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4

View File

@ -84,6 +84,11 @@ beacon_node_exec_layer_urls: |-
{{ beacon_node_exec_layer_urls_auto if inventory_hostname_short == "linux-01"
else (idx % 2 == 0) | ternary(beacon_node_exec_layer_urls_auto, []) }}
# Reduce Consul alerts sensitivity
beacon_node_consul_success_before_passing: 5
beacon_node_consul_failures_before_warning: 10
beacon_node_consul_failures_before_critical: 20
# Periodic resync to save space
beacon_node_resync_enabled: true
beacon_node_resync_timer_enabled: '{{ (idx % 2 == 1) and not node.get("public_api") }}'