mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-22 09:27:26 +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 }}"
|
||||
|
||||
- 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
|
||||
labels:
|
||||
severity: critical
|
||||
|
|
|
|||
Loading…
Reference in a new issue