release 1.10.5: aptdeploy monpages job-only; full inventory on hacktivism
This commit is contained in:
parent
761e3d3c11
commit
1d71766a64
5 changed files with 15 additions and 8 deletions
|
|
@ -194,17 +194,16 @@ build_urls() {
|
|||
else
|
||||
case "$inv" in
|
||||
job)
|
||||
# Only this host-agent job’s 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 job’s 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue