monitoring: pre-launch stacks report INFO not WARN

Empty EXPECT_CURRENCY + remote (prod LFP) is not live yet.
Preserve empty currency across child scripts (fix := vs =).
Exchange /config keys soft on remote stacks.
This commit is contained in:
Hernâni Marques 2026-07-17 18:54:04 +02:00
parent f3a429d69d
commit 4cf923b271
No known key found for this signature in database
2 changed files with 45 additions and 11 deletions

View file

@ -31,7 +31,8 @@
: "${SSH_CMD_TIMEOUT:=12}" # hard cap for whole remote script (seconds)
: "${SKIP_SSH:=0}"
# Expected currency for public /config checks (empty = report only, don't fail)
: "${EXPECT_CURRENCY:=GOA}"
# Only if unset (not if intentionally empty = pre-launch / report-only)
: "${EXPECT_CURRENCY=GOA}"
# 1 = this is the local koopa/hacktivism stack (inside/e2e/SSH make sense)
: "${LOCAL_STACK:=1}"
# Probe merchant host candidates when applying a generic domain (0=off)