From 900d5188ae48fbeb88f3f004f2ad31bae77452b6 Mon Sep 17 00:00:00 2001 From: "marian.ciotlos@yahoo.com" Date: Fri, 17 Feb 2023 00:37:57 +0200 Subject: [PATCH] Hashicorp Vault cluster health --- dist/rules/hashicorp-vault/embedded-exporter.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dist/rules/hashicorp-vault/embedded-exporter.yml b/dist/rules/hashicorp-vault/embedded-exporter.yml index 98d4e48..eb7403b 100644 --- a/dist/rules/hashicorp-vault/embedded-exporter.yml +++ b/dist/rules/hashicorp-vault/embedded-exporter.yml @@ -30,12 +30,3 @@ groups: annotations: 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 }}" - - - 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 }}"