mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 10:26:58 +08:00
Publish
This commit is contained in:
parent
1bb6c602f7
commit
4394de4713
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ groups:
|
||||||
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
|
- alert: VaultClusterHealth
|
||||||
expr: 'sum(vault_core_active) / count(vault_core_active) > 0.5'
|
expr: 'sum(vault_core_active) / count(vault_core_active) <= 0.5'
|
||||||
for: 0m
|
for: 0m
|
||||||
labels:
|
labels:
|
||||||
severity: critical
|
severity: critical
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue