mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 11:27:00 +08:00
Hashicorp Vault cluster health
This commit is contained in:
parent
fa56b637a1
commit
af5dd73b43
1 changed files with 9 additions and 0 deletions
|
|
@ -30,3 +30,12 @@ groups:
|
|||
annotations:
|
||||
summary: Vault too many infinity tokens (instance {{ $labels.instance }})
|
||||
description: "Too many infinity tokens {{ $labels.instance }}: {{ $value | printf \"%.2f\"}}%\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
||||
|
||||
- alert: VaultClusterHealth
|
||||
expr: 'max(up {job='vault'}) == 0'
|
||||
for: 30s
|
||||
labels:
|
||||
severity: critical
|
||||
annotations:
|
||||
summary: Vault cluster is in bad shape (instance {{ $labels.instance }})
|
||||
description: "Vault cluster unhealthy on {{ $labels.instance }}\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue