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.
14 lines
376 B
SYSTEMD
14 lines
376 B
SYSTEMD
[Unit]
|
|
Description=Daily GOA classic amount ladder mon page
|
|
Documentation=file:%h/src/taler-monitoring/host-agent/README.md
|
|
|
|
[Timer]
|
|
# Once per day (CEST morning-ish on typical hosts); randomize to avoid thundering herd
|
|
OnCalendar=*-*-* 05:15:00
|
|
Persistent=true
|
|
AccuracySec=15min
|
|
RandomizedDelaySec=30min
|
|
Unit=taler-monitoring-ladder.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|