Skip to content

Commit

Permalink
fix: duration in alert description
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Gruhler committed Dec 4, 2023
1 parent ab67db6 commit af851c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions charts/vault-monitoring/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,28 +89,28 @@ prometheusRules:
severity: critical
annotations:
summary: High frequency of failed Vault requests
description: There has been an increased number of failed Vault requests in the last 15 minutes
description: There has been an increased number of failed Vault requests in the last 20 minutes
- alert: VaultResponseFailures
expr: increase(vault_audit_log_response_failure[5m]) > 0
for: 15m
labels:
severity: critical
annotations:
summary: High frequency of failed Vault responses
description: There has been an increased number of failed Vault responses in the last 15 minutes
description: There has been an increased number of failed Vault responses in the last 20 minutes
- alert: VaultTokenCreate
expr: increase(vault_token_create_count[5m]) > 100
for: 15m
labels:
severity: critical
annotations:
summary: High frequency of created Vault token
description: There has been an increased number of Vault token creation in the last 15 minutes
description: There has been an increased number of Vault token creation in the last 20 minutes
- alert: VaultTokenStore
expr: increase(vault_token_store_count[5m]) > 100
for: 15m
labels:
severity: critical
annotations:
summary: High frequency of stored Vault token
description: There has been an increased number of Vault token storing in the last 15 minutes
description: There has been an increased number of Vault token storing in the last 20 minutes
2 changes: 1 addition & 1 deletion hack/helm-docs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# wrapper to call helm-docs

Expand Down

0 comments on commit af851c8

Please sign in to comment.