release 1.10.5: aptdeploy monpages job-only; full inventory on hacktivism

This commit is contained in:
Hernâni Marques 2026-07-19 01:35:46 +02:00
parent 761e3d3c11
commit 1d71766a64
No known key found for this signature in database
GPG key ID: CB5738652768F7E9
5 changed files with 15 additions and 8 deletions

View file

@ -16,12 +16,16 @@ export INSIDE_MODE="${INSIDE_MODE:-local-podman}"
export LOCAL_STACK="${LOCAL_STACK:-1}"
export CONTINUE_ON_ERROR="${CONTINUE_ON_ERROR:-1}"
export RUN_TIMEOUT="${RUN_TIMEOUT:-600}"
# stack checks only — aptdeploy has its own HTML path + timer:
# run-aptdeploy-monitoring.sh → /taler-monitoring-aptdeploy* (taler.hacktivism.ch)
# stack checks + full monpages inventory (landings + surface + aptdeploy bare/slash).
# Specialized pages also have their own timers; full outside-in inventory lives here.
# run-aptdeploy-monitoring.sh → monpages job-only for /taler-monitoring-aptdeploy*
# run-surface-monitoring.sh → monpages job-only for /taler-monitoring-surface*
export PHASES="${PHASES:-urls inside versions monpages}"
export MON_HOSTS="${MON_HOSTS:-bank.hacktivism.ch exchange.hacktivism.ch taler.hacktivism.ch}"
export HTML_OUT="${HTML_OUT:-$HOME/monitoring-sites-staging}"
export DEPLOY_WWW_ROOT="${DEPLOY_WWW_ROOT:-/var/www/monitoring-sites}"
export APT_DEPLOY_ENSURE=0
# full GOA mon catalog (not job-only)
export MONPAGES_INVENTORY="${MONPAGES_INVENTORY:-auto}"
exec bash "$AGENT_DIR/run-host-report.sh" "$@"