mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 18:06:58 +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
|
- name: Vault cluster health
|
||||||
description: 'Vault cluster is not healthy {{ $labels.instance }}: {{ $value | printf "%.2f"}}%'
|
description: 'Vault cluster is not healthy {{ $labels.instance }}: {{ $value | printf "%.2f"}}%'
|
||||||
query: 'sum(vault_core_active) / count(vault_core_active) > 0.5'
|
query: 'sum(vault_core_active) / count(vault_core_active) > 0.5'
|
||||||
severity: warning
|
severity: critical
|
||||||
for: 5m
|
|
||||||
|
|
||||||
|
|
||||||
- name: Cloudflare
|
- name: Cloudflare
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue