fix: heartbeat only to SAC, never Telegram/email

agent.heartbeat bypasses NOTIFY_CHAIN in all UseSAC modes; SAC ingest only.
Bump to 1.2.3-SAC.
This commit is contained in:
2026-05-28 07:56:18 +10:00
parent dd980f0ba6
commit d179b360f2
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ IFS=$'\n\t'
# ============================================
CONFIG_FILE="/etc/ssh-monitor.conf"
SSH_MONITOR_VERSION="1.2.2-SAC"
SSH_MONITOR_VERSION="1.2.3-SAC"
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
if [ -f "$SCRIPT_DIR/sac-client.sh" ]; then