mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 19:37:27 +08:00
Hashicorp Vault cluster health
This commit is contained in:
parent
0ffb7ae8d1
commit
900d5188ae
1 changed files with 0 additions and 9 deletions
|
|
@ -30,12 +30,3 @@ groups:
|
||||||
annotations:
|
annotations:
|
||||||
summary: Vault too many infinity tokens (instance {{ $labels.instance }})
|
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 }}"
|
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