From 4394de4713500b3e34481b236d833c2a2dd4096e Mon Sep 17 00:00:00 2001 From: samber Date: Thu, 6 Jul 2023 11:55:47 +0000 Subject: [PATCH] Publish --- dist/rules/hashicorp-vault/embedded-exporter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/rules/hashicorp-vault/embedded-exporter.yml b/dist/rules/hashicorp-vault/embedded-exporter.yml index 231eeed..cd36928 100644 --- a/dist/rules/hashicorp-vault/embedded-exporter.yml +++ b/dist/rules/hashicorp-vault/embedded-exporter.yml @@ -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