Hashicorp Vault cluster health (#338)

* Hashicorp Vault cluster health
This commit is contained in:
alexandrumarian-portal 2023-02-17 02:13:41 +02:00 committed by GitHub
parent fa56b637a1
commit 1e44e348ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: