This commit is contained in:
samber 2023-07-06 11:55:47 +00:00
parent 1bb6c602f7
commit 4394de4713

View file

@ -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