nimbus.fluffy: 24h to make healthcheck critical
This is not a critical service and there's a LOT of sevices that cause a lot of alerts when developers are stopping and starting them. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
9ec35f149b
commit
1f5ad05893
|
@ -19,6 +19,12 @@ nimbus_fluffy_bootstrap_nodes:
|
|||
- 'enr:-IS4QOA4voX3J7-R_x8pjlaxBTpT1S_CL7ZaNjetjZ-0nnr2VaP0wEZsT2KvjA5UWc8vi9I0XvNSd1bjU0GXUjlt7J0BgmlkgnY0gmlwhEFsKgOJc2VjcDI1NmsxoQI7aL5dFuHhwbxWD-C1yWH7UPlae5wuV_3WbPylCBwPboN1ZHCCI44' # nimbus-fluffy-mainnet-master-02@metal-01.he-eu-hel1.nimbus.fluffy
|
||||
- 'enr:-IS4QFzPZ7Cc7BGYSQBlWdkPyep8XASIVlviHbi-ZzcCdvkcE382unsRq8Tb_dYQFNZFWLqhJsJljdgJ7WtWP830Gq0BgmlkgnY0gmlwhEFsKq6Jc2VjcDI1NmsxoQPjz2Y1Hsa0edvzvn6-OADS3re-FOkSiJSmBB7DVrsAXIN1ZHCCI40' # nimbus-fluffy-mainnet-master-01@metal-02.he-eu-hel1.nimbus.fluffy
|
||||
- 'enr:-IS4QHA1PJCdmESyKkQsBmMUhSkRDgwKjwTtPZYMcbMiqCb8I1Xt-Xyh9Nj0yWeIN4S3sOpP9nxI6qCCR1Nf4LjY0IABgmlkgnY0gmlwhEFsKq6Jc2VjcDI1NmsxoQLMWRNAgXVdGc0Ij9RZCPsIyrrL67eYfE9PPwqwRvmZooN1ZHCCI44' # nimbus-fluffy-mainnet-master-02@metal-02.he-eu-hel1.nimbus.fluffy
|
||||
# Consul healthchecks
|
||||
nimbus_fluffy_consul_check_interval: '60s'
|
||||
nimbus_fluffy_consul_check_timeout: '5s'
|
||||
nimbus_fluffy_consul_success_before_passing: 5
|
||||
nimbus_fluffy_consul_failures_before_warning: 720 # 12h
|
||||
nimbus_fluffy_consul_failures_before_critical: 1440 # 24h
|
||||
|
||||
# Open Ports
|
||||
open_ports_default_comment: 'SMART Metrics'
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
|
||||
- name: infra-role-nimbus-fluffy
|
||||
src: git@github.com:status-im/infra-role-nimbus-fluffy.git
|
||||
version: d8f04d0a374fbdd108557b805af1560437d1a80d
|
||||
version: f4c304dcca60b8dbbbcf3c67247ca5b4a227aea7
|
||||
scm: git
|
||||
|
||||
- name: infra-role-dist-validators
|
||||
|
|
Loading…
Reference in New Issue