monitoring: docs + secrets.env for auth401 and webui pins
This commit is contained in:
parent
ed4d2ab52f
commit
8de2e4d6c8
3 changed files with 76 additions and 1 deletions
|
|
@ -109,6 +109,26 @@ Each check prints **global** and **grouped** ids:
|
|||
|
||||
# Landing stats.json freshness (outside-in; age via generated_at_unix)
|
||||
STATS_STALE_SECS=900 STATS_FAIL_SECS=3600 ./taler-monitoring.sh -d stage.lefrancpaysan.ch urls
|
||||
|
||||
# --- Full load (GOA / hacktivism) ---
|
||||
# all = urls + inside + versions + sanity + e2e
|
||||
# full = all + server + ladder + auth401 (long; needs secrets.env)
|
||||
./taler-monitoring.sh -d hacktivism.ch full
|
||||
./taler-monitoring.sh -d hacktivism.ch urls inside versions sanity server e2e ladder auth401
|
||||
|
||||
# SPA pin after selfbuild-webui.sh (container):
|
||||
EXPECT_WEBUI_VERSION=1.6.11 EXPECT_WEBUI_OVERLAY=selfbuild-v1.6.11 \
|
||||
WEBUI_OVERLAY_DENY='c778af04|master-11340' \
|
||||
./taler-monitoring.sh -d hacktivism.ch urls
|
||||
|
||||
# Only 401 matrix (may create throwaway instance):
|
||||
./taler-monitoring.sh -d hacktivism.ch auth401
|
||||
|
||||
# Stage FrancPaysan — durable mon401 account (password in francpaysan-secrets):
|
||||
./taler-monitoring.sh -d stage.monnaie.lefrancpaysan.ch auth401
|
||||
# secrets: ~/francpaysan-secrets/stage/instances/mon401.password
|
||||
# ~/francpaysan-secrets/stage/default-instance-token.txt
|
||||
# force throwaway create instead: AUTH401_PREFER_DURABLE=0 AUTH401_CREATE=1 …
|
||||
```
|
||||
|
||||
### Landing `stats.json` (www.stats)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue