status: raise thresholds for alerts and recovery

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-05-24 21:20:17 +02:00
parent 867c63ecfa
commit fc001b2985
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
3 changed files with 7 additions and 2 deletions

View File

@ -22,6 +22,10 @@ nim_waku_connect_rpc_port: '{{ nim_waku_rpc_tcp_port }}'
nim_waku_disc_v5_enabled: true
nim_waku_disc_v5_enr_auto_update: true
nim_waku_disc_v5_port: 9000
# Consul Service
nim_waku_consul_success_before_passing: '{{ (stage == "prod") | ternary(2, 4) }}'
nim_waku_consul_failures_before_warning: '{{ (stage == "prod") | ternary(1, 2) }}'
nim_waku_consul_failures_before_critical: '{{ (stage == "prod") | ternary(4, 10) }}'
# Open LibP2P Ports
open_ports_default_comment: '{{ nim_waku_cont_name }}'

View File

@ -18,6 +18,7 @@
- name: Configure Waku Nodes
hosts: status
serial: '{{ serial|default(3) }}'
roles:
- { role: open-ports, tags: open-ports }
- { role: swap-file, tags: swap-file }

View File

@ -21,12 +21,12 @@
- name: consul-service
src: git@github.com:status-im/infra-role-consul-service.git
version: 2b3d4e53856d6cc91ae5c5a342fd12f2bb96aa88
version: 0cddfb4dd696e759a0a95c4753e7b95aeedc4242
scm: git
- name: nim-waku
src: git@github.com:status-im/infra-role-nim-waku.git
version: c59aaf4c4e50869b1b542dbbacc3b69e5db0f3d7
version: a13644fc787a9e3a8c90c8ced64df0555a6504f4
scm: git
- name: waku-peers