From 2aed8560e696884bb3672c829768da8aecf7f0ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Sun, 10 Mar 2024 13:08:23 +0100 Subject: [PATCH] nimbus.prater: bump consul alerts thresholds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We really don't care about this fleet. Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/nimbus.prater.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/group_vars/nimbus.prater.yml b/ansible/group_vars/nimbus.prater.yml index 58fa006..6c4bdaa 100644 --- a/ansible/group_vars/nimbus.prater.yml +++ b/ansible/group_vars/nimbus.prater.yml @@ -106,9 +106,9 @@ beacon_node_exec_layer_urls: >- }} beacon_node_exec_layer_jwt_secret: '{{ geth_authrpc_jwtsecret }}' # 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 +beacon_node_consul_success_before_passing: 100 +beacon_node_consul_failures_before_warning: 300 +beacon_node_consul_failures_before_critical: 500 # Periodic resync to save space beacon_node_resync_enabled: false beacon_node_resync_timer_enabled: false