release 1.23.0: daily GOA /monitoring-ladder and /monitoring-max-ladder

Host-agent wrappers + daily timers publish classic and max-search amount
ladder reports on bank/exchange/taler.hacktivism.ch. Install enables timers
and starts the first round immediately. monpages path allow + goa catalog;
Caddy bare redirs for ladder paths.
This commit is contained in:
Hernâni Marques 2026-07-19 15:03:05 +02:00
parent dfc7595990
commit 617d066a70
No known key found for this signature in database
16 changed files with 237 additions and 19 deletions

View file

@ -0,0 +1,19 @@
[Unit]
Description=Taler monitoring GOA max-search amount ladder → /monitoring-max-ladder/
Documentation=file:%h/src/taler-monitoring/host-agent/README.md
After=network-online.target
Wants=network-online.target
[Service]
Type=oneshot
Environment=PATH=%h/.local/bin:/usr/local/bin:/usr/bin:/bin
Environment=CONTINUE_ON_ERROR=1
Environment=RUN_TIMEOUT=10800
EnvironmentFile=-%h/.config/taler-monitoring/env
WorkingDirectory=%h/src/taler-monitoring
ExecStart=%h/src/taler-monitoring/host-agent/run-max-ladder-monitoring.sh
Nice=10
TimeoutStartSec=4h
[Install]
WantedBy=default.target