You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary: "Unusual number of validator slashes - $$CHAIN_ID$$"
111
111
description: |
112
112
Slashing detected.
113
-
Block height: {{ with query "namada_block_height{chain_id=\"$$CHAIN_ID$$\"}" }}{{ printf "%.0f" (. | first | value) }}{{ end }}
113
+
Block height when the alert was processed: {{ with query "namada_block_height{chain_id=\"$$CHAIN_ID$$\"}" }}{{ printf "%.0f" (. | first | value) }}{{ end }}
114
114
115
115
- alert: AbnormalConsensusValidatorChange
116
116
expr: |
@@ -184,7 +184,7 @@ groups:
184
184
Block height: {{ with query "namada_block_height{chain_id=\"$$CHAIN_ID$$\"}" }}{{ printf "%.0f" (. | first | value) }}{{ end }}
0 commit comments