Skip to content

Commit

Permalink
vault server cert check no longer required
Browse files Browse the repository at this point in the history
vault cert is managed by cert manager hence validity
alert is covered under cert manager alert.

Vaults other alert also covers vault related issues
like sealed or uninitialised node.
  • Loading branch information
asiyani committed Feb 18, 2025
1 parent c41f8e3 commit 950443a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions common/all.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -436,14 +436,6 @@ groups:
The exporter runs as a sidecar and should be able to connect to port 8200 on localhost.
summary: "Vault exporter for '{{ $labels.kubernetes_pod_name }}' cannot talk to Vault."
dashboard: "<https://grafana.$ENVIRONMENT.$PROVIDER.uw.systems/d/1ysHZE2Wz/vault|link>"
- alert: VaultServerUnreachable
expr: 'probe_success{job="vault-server"} == 0'
for: 10m
labels:
team: infra
annotations:
description: "{{ $labels.instance }} has been down for more than 5 minutes."
summary: "Vault server is not reachable."
- alert: VaultServerBlackboxTargetDown
expr: 'up{job="vault-server"} != 1'
for: 10m
Expand Down
8 changes: 0 additions & 8 deletions common/vault.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@ groups:
The exporter runs as a sidecar and should be able to connect to port 8200 on localhost.
summary: "Vault exporter for '{{ $labels.kubernetes_pod_name }}' cannot talk to Vault."
dashboard: "<https://grafana.$ENVIRONMENT.$PROVIDER.uw.systems/d/1ysHZE2Wz/vault|link>"
- alert: VaultServerUnreachable
expr: 'probe_success{job="vault-server"} == 0'
for: 10m
labels:
team: infra
annotations:
description: "{{ $labels.instance }} has been down for more than 5 minutes."
summary: "Vault server is not reachable."
- alert: VaultServerBlackboxTargetDown
expr: 'up{job="vault-server"} != 1'
for: 10m
Expand Down

0 comments on commit 950443a

Please sign in to comment.