Skip to content

Commit

Permalink
Revert "disable BEEFY allerts for Rialto (paritytech#1285)"
Browse files Browse the repository at this point in the history
This reverts commit 3dd8e4f.
  • Loading branch information
acatangiu committed May 4, 2022
1 parent 2e900aa commit f834872
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions deployments/networks/dashboard/grafana/beefy-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,29 @@
"type": "max"
},
"type": "query"
},
{
"evaluator": {
"params": [
1
],
"type": "lt"
},
"operator": {
"type": "or"
},
"query": {
"params": [
"D",
"5m",
"now"
]
},
"reducer": {
"params": [],
"type": "max"
},
"type": "query"
}
],
"executionErrorState": "alerting",
Expand Down Expand Up @@ -355,6 +378,29 @@
"alert": {
"alertRuleTags": {},
"conditions": [
{
"evaluator": {
"params": [
0
],
"type": "gt"
},
"operator": {
"type": "and"
},
"query": {
"params": [
"A",
"5m",
"now"
]
},
"reducer": {
"params": [],
"type": "max"
},
"type": "query"
},
{
"evaluator": {
"params": [
Expand Down

0 comments on commit f834872

Please sign in to comment.