fix: default HeartbeatStaleAlertMultiplier (2.1.1-SAC)

Startup notification failed when settings lacked the variable; default 2 in script and deploy bootstrap.
This commit is contained in:
2026-06-19 23:47:48 +10:00
parent 2e262ae878
commit 6d160cef16
4 changed files with 49 additions and 2 deletions
+2
View File
@@ -46,6 +46,8 @@ $DailyReportEnabled = 1
# --- Heartbeat SAC (agent.heartbeat): интервал в секундах; 14400 = 4 ч ---
$HeartbeatInterval = 14400
# Оповещение, если last_heartbeat.txt не обновлялся > множитель × интервал (2 × 4 ч = 8 ч)
$HeartbeatStaleAlertMultiplier = 2
# Poll SAC на команды qwinsta/logoff (сек); см. security-alert-center/docs/agent-control-plane.md
# $SacCommandPollIntervalSec = 60