Files
homelab-infra/platform/observability/metrics/rules/openbao.yaml
T
panxiao81 005d8341ed
ansible / collection-test (pull_request) Successful in 2m46s
ansible / lint (pull_request) Successful in 5m53s
准备 OpenBao 受鉴权监控与快照续期修复
2026-09-25 20:02:22 +00:00

19 lines
662 B
YAML

apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
name: openbao
namespace: monitoring
spec:
groups:
- name: openbao
rules:
- alert: OpenBaoMetricsUnavailable
expr: up{job="openbao"} == 0 or absent(up{job="openbao"})
for: 3m
labels:
severity: critical
annotations:
summary: OpenBao 受鉴权指标采集不可用
description: 检查 Bao 健康与 sealed 状态、采集 Agent 登录/续期、TLS 和目标发现;此告警不区分停机与鉴权失败。
runbook_url: https://git.ddupan.top/panxiao81/homelab-wiki/src/branch/main/guides/openbao-monitoring-maintenance.md