Files
security-alert-center/deploy/systemd/sac-daily-report.timer
T
PapaTramp 415d863b3b feat: SAC daily reports from DB aggregation (notif-32)
- Aggregate report.daily.ssh/rdp from 24h ingest; job and systemd timer

- notify_daily_report bypasses NOTIFY_MIN_SEVERITY; ingest routes agent reports

- HTML templates, env SAC_DAILY_REPORT_*, docs and tests (56 cases)

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-29 16:30:07 +10:00

11 lines
167 B
SYSTEMD

[Unit]
Description=Daily SAC report aggregation and notify
[Timer]
OnCalendar=*-*-* 09:15:00
RandomizedDelaySec=300
Persistent=true
[Install]
WantedBy=timers.target