415d863b3b
- 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>
11 lines
167 B
SYSTEMD
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
|