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:
parent
06caa83d60
commit
909e6a65da
5 changed files with 33 additions and 13 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue