feat: UseSAC sac-client.sh and --check-sac
This commit is contained in:
@@ -25,6 +25,14 @@ BACKUP_WEBHOOK_URL=""
|
||||
# NOTIFY_ORDER="email"
|
||||
NOTIFY_ORDER=""
|
||||
|
||||
# --- Security Alert Center (SAC) ---
|
||||
# off | exclusive | dual | fallback — см. docs в security-alert-center (agent-integration.md)
|
||||
UseSAC="off"
|
||||
SAC_URL="https://sac.kalinamall.ru/api/v1/events"
|
||||
SAC_API_KEY=""
|
||||
SAC_SPOOL_DIR="/var/lib/ssh-monitor/sac-spool"
|
||||
SAC_TIMEOUT_SEC="12"
|
||||
|
||||
# SMTP (python3). Для авто-режима почты нужны MAIL_SMTP_HOST, MAIL_FROM, MAIL_TO.
|
||||
MAIL_SMTP_HOST=""
|
||||
MAIL_SMTP_PORT="587"
|
||||
|
||||
Reference in New Issue
Block a user