Hashicorp Vault cluster health

This commit is contained in:
marian.ciotlos@yahoo.com 2023-02-17 00:32:17 +02:00
parent af5dd73b43
commit 0ffb7ae8d1

View file

@ -2243,6 +2243,12 @@ groups:
query: 'vault_token_count_by_ttl{creation_ttl="+Inf"} > 3'
severity: warning
for: 5m
- name: Vault cluster health
description: 'Vault cluster is not healthy {{ $labels.instance }}: {{ $value | printf "%.2f"}}%'
query: 'sum(vault_core_active) / count(vault_core_active) > 0.5'
severity: warning
for: 5m
- name: Cloudflare
exporters: