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:
parent
f3a429d69d
commit
4cf923b271
2 changed files with 45 additions and 11 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue