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

@ -194,17 +194,16 @@ build_urls() {
else
case "$inv" in
job)
# Only this host-agent jobs HTML paths (MON_HOSTS + HTML_URL_OK/_ERR).
# Specialized timers (aptdeploy, surface) must not inherit GOA full catalog
# (no bank/exchange /monitoring bare-URL noise on the aptdeploy page).
_job_urls
# GOA: always require surface + aptdeploy pages (content-checked)
if [ "$fam" = "goa" ]; then
printf 'https://taler.hacktivism.ch/taler-monitoring-surface/\n'
printf 'https://taler.hacktivism.ch/taler-monitoring-aptdeploy/\n'
fi
;;
full|auto|*)
# Always include this jobs paths (host-agent post-check).
_job_urls
# Stack inventory: GOA = landings + surface + aptdeploy; FP = only FP mon hosts.
# Full inventory belongs on the general stack run (run-hacktivism-monitoring).
if [ "$fam" = "goa" ] || [ "$fam" = "fp" ]; then
_catalog_urls "$fam"
# On-disk discovery (err pages only exist after failed runs; extras welcome)