mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 02:17:00 +08:00
parent
fa56b637a1
commit
1e44e348ee
1 changed files with 6 additions and 0 deletions
|
|
@ -2243,6 +2243,12 @@ groups:
|
||||||
query: 'vault_token_count_by_ttl{creation_ttl="+Inf"} > 3'
|
query: 'vault_token_count_by_ttl{creation_ttl="+Inf"} > 3'
|
||||||
severity: warning
|
severity: warning
|
||||||
for: 5m
|
for: 5m
|
||||||
|
- 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
|
||||||
|
|
||||||
|
|
||||||
- name: Cloudflare
|
- name: Cloudflare
|
||||||
exporters:
|
exporters:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue