feat: lifecycle notification_body and aligned host label 1.2.13-SAC

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-31 18:11:20 +10:00
parent cf4e3b2e90
commit 79f5b664b2
3 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -228,7 +228,7 @@ sac_send_event() {
SAC_DETAILS_JSON="$details_json" \
SAC_AGENT_ID="$(sac_agent_instance_id)" \
SAC_PRODUCT_VERSION="${SSH_MONITOR_VERSION:-unknown}" \
SAC_SERVER_DISPLAY_NAME="${SERVER_DISPLAY_NAME:-}" \
SAC_SERVER_DISPLAY_NAME="$(server_display_name_with_ip)" \
SAC_HOST_IPV4="${SERVER_IPV4:-}" \
python3 <<'PY'
import json, os, socket, uuid