release 1.7.5: monpages soft for stacks without public HTML

MONPAGES_REQUIRE_PUBLIC=0 turns missing public pages into WARN.
FrancPaysan host-agent wrappers default to 0 until Infomaniak vhosts
serve /monitoring*. GOA/koopa keep require=1.
This commit is contained in:
Hernâni Marques 2026-07-19 01:50:10 +02:00
parent 615f8b2eda
commit bbb96a92ef
No known key found for this signature in database
5 changed files with 33 additions and 13 deletions

View file

@ -15,6 +15,8 @@ export INSIDE_PODMAN="${INSIDE_PODMAN:-1}"
export INSIDE_MODE="${INSIDE_MODE:-local-podman}"
export LOCAL_STACK="${LOCAL_STACK:-0}"
export CONTINUE_ON_ERROR="${CONTINUE_ON_ERROR:-1}"
# Public /monitoring* not wired on Infomaniak yet — monpages WARN only
export MONPAGES_REQUIRE_PUBLIC="${MONPAGES_REQUIRE_PUBLIC:-0}"
export RUN_TIMEOUT="${RUN_TIMEOUT:-600}"
export PHASES="${PHASES:-urls inside versions monpages}"
export MON_HOSTS="${MON_HOSTS:-bank.lefrancpaysan.ch exchange.lefrancpaysan.ch monnaie.lefrancpaysan.ch}"

View file

@ -16,6 +16,8 @@ export INSIDE_MODE="${INSIDE_MODE:-local-podman}"
export INSIDE_PROFILE="${INSIDE_PROFILE:-stage-lfp}"
export LOCAL_STACK="${LOCAL_STACK:-0}"
export CONTINUE_ON_ERROR="${CONTINUE_ON_ERROR:-1}"
# Public /monitoring* not wired on Infomaniak yet — monpages WARN only
export MONPAGES_REQUIRE_PUBLIC="${MONPAGES_REQUIRE_PUBLIC:-0}"
export RUN_TIMEOUT="${RUN_TIMEOUT:-600}"
export PHASES="${PHASES:-urls inside versions monpages}"
export MON_HOSTS="${MON_HOSTS:-stage.bank.lefrancpaysan.ch stage.exchange.lefrancpaysan.ch stage.monnaie.lefrancpaysan.ch}"