up
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
AOC Guard CI / aoc-guard (push) Has been cancelled
AOC Guard CI / aoc-verify (push) Has been cancelled
Export Center CI / export-ci (push) Has been cancelled
Symbols Server CI / symbols-smoke (push) Has been cancelled
devportal-offline / build-offline (push) Has been cancelled
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
AOC Guard CI / aoc-guard (push) Has been cancelled
AOC Guard CI / aoc-verify (push) Has been cancelled
Export Center CI / export-ci (push) Has been cancelled
Symbols Server CI / symbols-smoke (push) Has been cancelled
devportal-offline / build-offline (push) Has been cancelled
This commit is contained in:
32
ops/devops/evidence-locker/alerts.yaml
Normal file
32
ops/devops/evidence-locker/alerts.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
groups:
|
||||
- name: evidence-locker
|
||||
rules:
|
||||
- alert: EvidenceLockerRetentionDrift
|
||||
expr: evidence_retention_days != 180
|
||||
for: 10m
|
||||
labels:
|
||||
severity: warning
|
||||
team: devops
|
||||
annotations:
|
||||
summary: "Evidence locker retention drift"
|
||||
description: "Configured retention {{ $value }}d differs from target 180d."
|
||||
|
||||
- alert: EvidenceLockerWormDisabled
|
||||
expr: evidence_worm_enabled == 0
|
||||
for: 5m
|
||||
labels:
|
||||
severity: critical
|
||||
team: devops
|
||||
annotations:
|
||||
summary: "WORM/immutability disabled"
|
||||
description: "Evidence locker WORM not enabled."
|
||||
|
||||
- alert: EvidenceLockerBackupLag
|
||||
expr: (time() - evidence_last_backup_seconds) > 3600
|
||||
for: 10m
|
||||
labels:
|
||||
severity: warning
|
||||
team: devops
|
||||
annotations:
|
||||
summary: "Evidence locker backup lag > 1h"
|
||||
description: "Last backup older than 1 hour."
|
||||
Reference in New Issue
Block a user