docs: clearer suite description (outside-only vs host-agent)

This commit is contained in:
Hernâni Marques 2026-07-18 20:30:24 +02:00
parent 949837d2e6
commit 8d3f3adb62
No known key found for this signature in database
GPG key ID: CB5738652768F7E9

View file

@ -1,10 +1,17 @@
# taler-monitoring # taler-monitoring
Standalone repository: https://git.hacktivism.ch/hernani/taler-monitoring (tag **v1.0**). Checks for **GNU Taler** stacks (bank, exchange, merchant; optional surface inventory).
Standalone suite (formerly under host ops log). Canonical path: `~/src/taler-monitoring`. | Mode | What |
|------|------|
| **Outside-only** | Public HTTPS from anywhere — no SSH, no host-agent. Phases such as `urls`, `monpages`, `surface`, … |
| **Inside / local** | Where you operate the stack: podman/SSH (`inside`, `versions`, `e2e`, `ladder`, …) |
| **Host-agent + HTML** | Optional: timers run the suite and publish sticky-bar HTML under `…/monitoring/` (and surface/aptdeploy paths) |
# taler-monitoring Outside-only example: `./taler-monitoring.sh -d demo.taler.net urls`
Full local GOA example: `./taler-monitoring.sh -d hacktivism.ch urls inside versions`
Repo: https://git.hacktivism.ch/hernani/taler-monitoring · tree: `~/src/taler-monitoring`
Host packages (koopa / runners): **[DEPENDENCIES.md](./DEPENDENCIES.md)**. Host packages (koopa / runners): **[DEPENDENCIES.md](./DEPENDENCIES.md)**.
Host-agents (GOA + FP; shared report pipeline): **[host-agent/README.md](./host-agent/README.md)**. Host-agents (GOA + FP; shared report pipeline): **[host-agent/README.md](./host-agent/README.md)**.