mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 17:07:24 +08:00
Update rules.yml
This commit is contained in:
parent
1e44e348ee
commit
bde83bc9ee
1 changed files with 1 additions and 2 deletions
|
|
@ -2246,8 +2246,7 @@ groups:
|
|||
- name: Vault cluster health
|
||||
description: 'Vault cluster is not healthy {{ $labels.instance }}: {{ $value | printf "%.2f"}}%'
|
||||
query: 'sum(vault_core_active) / count(vault_core_active) > 0.5'
|
||||
severity: warning
|
||||
for: 5m
|
||||
severity: critical
|
||||
|
||||
|
||||
- name: Cloudflare
|
||||
|
|
|
|||
Loading…
Reference in a new issue