-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathagoric-rules.yml
26 lines (26 loc) · 1.25 KB
/
agoric-rules.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
groups:
- name: agoric_alert_rules
rules:
- alert: AgoricValidatorHeightHightDiff
expr: sum(tendermint_consensus_height) - sum(tendermint_consensus_validator_last_signed_height) > 1
for: 1m
labels:
severity: critical
annotations:
summary: "Instance [{{ $labels.instance }}] Agoric Validator Height differ from Consencus Height"
description: "[{{ $labels.instance }}] of job [{{ $labels.job }}]\n Agoric Validator Height differ from Consencus Height\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"
- alert: AgoricValidatorPowerChanged
expr: delta(tendermint_consensus_validator_power[1m]) != 0
for: 1m
labels:
severity: critical
annotations:
summary: "Instance [{{ $labels.instance }}] Agoric Validator Voting Power Chaged"
description: "[{{ $labels.instance }}] of job [{{ $labels.job }}]\n Agoric Validator Voting Power Chaged\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"
- alert: AgoricValidatorJailed
expr: tendermint_consensus_validator_power == 0
for: 1m
labels:
severity: critical
annotations:
summary: "Instance [{{ $labels.instance }}] Agoric Validator was jailed"