release 1.7.1: host-agent fails when public pages down
This commit is contained in:
parent
2471c85903
commit
65e7a7f04a
5 changed files with 69 additions and 31 deletions
44
VERSIONS.md
44
VERSIONS.md
|
|
@ -5,7 +5,7 @@ Release history for the standalone **taler-monitoring** suite
|
|||
|
||||
## Version scheme
|
||||
|
||||
Tags and `VERSION` use **MAJOR.FEATURE.FIX** (three components):
|
||||
Tags and `VERSION` use **MAJOR.FEATURE.FIX** (three components), introduced in **v1.4.0**:
|
||||
|
||||
| Part | Meaning |
|
||||
|------|---------|
|
||||
|
|
@ -13,16 +13,18 @@ Tags and `VERSION` use **MAJOR.FEATURE.FIX** (three components):
|
|||
| **FEATURE** | New capabilities (phases, HTML features, i18n packs, …) |
|
||||
| **FIX** | Bugfixes and docs that do not add a feature |
|
||||
|
||||
Git tags: `vMAJOR.FEATURE.FIX` (e.g. `v1.7.0`). File `VERSION` omits the `v` prefix.
|
||||
Git tags: `vMAJOR.FEATURE.FIX` (e.g. `v1.7.1`). File `VERSION` omits the `v` prefix.
|
||||
|
||||
| Tag | Date (UTC) | Notes |
|
||||
|-----|------------|--------|
|
||||
| **v1.8.0** | *planned* | **L10n** packs for user-facing strings that need localization: **fr-CH** (FrancPaysan) and **de-CH** (hacktivism / Taler CH German). |
|
||||
| **v1.7.0** | 2026-07-18 | **CLI version:** `./taler-monitoring.sh --ver` / `--version` / `-V` prints suite version, git commit, branch, and repo/tag/commit URLs. |
|
||||
| **v1.6.0** | 2026-07-18 | **Mail monitoring:** phase `mail` (`check_mail.sh` + `mail-catalog.conf`) for **firefly** (taler.net, gnunet.org) and **pixel**/TSA (taler-systems.com, mail.anastasis.lu); MX/SMTP/IMAP/SPF/DMARC; host-agent `/taler-monitoring-mail*`. |
|
||||
| **v1.5.0** | 2026-07-18 | **Mattermost monitoring:** phase `mattermost` (`check_mattermost.sh`) for `mattermost.taler.net` (SPA + `/api/v4/system/ping` + TLS); host-agent HTML `/taler-monitoring-mattermost*`; hourly timer. |
|
||||
| **v1.4.1** | 2026-07-18 | **Docs/versioning:** canonical tree `~/src/taler-monitoring`; docs use generic ops/outside-runner wording (no client hostnames); tags always **MAJOR.FEATURE.FIX**. |
|
||||
| **v1.3.4** | 2026-07-18 | Summary i18n, monpages code-21, aptdeploy rsync path. |
|
||||
| **v1.8.0** | *planned* | **L10n** packs for user-facing strings: **fr-CH** (FrancPaysan) and **de-CH** (hacktivism / Taler CH German). |
|
||||
| **v1.7.1** | 2026-07-18 | Host-agent default `STRICT_EXIT=1`; monpages staging-vs-public diagnosis; re-htmlify after public check fails. |
|
||||
| **v1.7.0** | 2026-07-18 | CLI `--ver` / `--version` / `-V`: suite version, git commit, repo/tag/commit URLs. |
|
||||
| **v1.6.0** | 2026-07-18 | **Mail monitoring:** phase `mail` (firefly + pixel/TSA); MX/SMTP/IMAP/SPF/DMARC; `/taler-monitoring-mail*`. |
|
||||
| **v1.5.0** | 2026-07-18 | **Mattermost monitoring:** phase `mattermost` for `mattermost.taler.net`; `/taler-monitoring-mattermost*`. |
|
||||
| **v1.4.1** | 2026-07-18 | Generic docs (no client hostnames); canonical install path `~/src/taler-monitoring`. |
|
||||
| **v1.4.0** | 2026-07-18 | **MAJOR.FEATURE.FIX** version scheme formalized (three-component tags + `VERSION` file). |
|
||||
| **v1.3.4** | 2026-07-18 | Summary i18n, monpages code-21 detection, aptdeploy rsync path. |
|
||||
| **v1.3.3** | 2026-07-18 | GIT notes vs GUI notes; monpages in TESTS. |
|
||||
| **v1.3.2** | 2026-07-18 | Suite paths only `~/src/taler-monitoring` (no admin-log suite tree). |
|
||||
| **v1.3.1** | 2026-07-18 | monpages FQDN check + deploy no longer silent-skip. |
|
||||
|
|
@ -31,33 +33,23 @@ Git tags: `vMAJOR.FEATURE.FIX` (e.g. `v1.7.0`). File `VERSION` omits the `v` pre
|
|||
| **v1.1.0** | 2026-07-18 | i18n chrome: English default; French for FrancPaysan. |
|
||||
| **v1.0.0** | 2026-07-18 | Initial standalone release. |
|
||||
|
||||
Older short tags (`v1`, `v1.0`, `v1.1`, `v1.2`, `v1.3`) are obsolete; use the three-component tags above.
|
||||
|
||||
## Sticky bar version (v1.3.0+)
|
||||
|
||||
Generated HTML shows the installed release tag (e.g. `v1.7.0`) next to the host line.
|
||||
Clicking opens the tag page on Forgejo:
|
||||
Generated HTML shows the installed release tag (e.g. `v1.7.1`) and links to Forgejo:
|
||||
|
||||
`https://git.hacktivism.ch/hernani/taler-monitoring/src/tag/<tag>`
|
||||
|
||||
Resolved via `git describe --tags` after `update-suite.sh`, with fallback to the `VERSION` file.
|
||||
Resolved via `git describe --tags` / `VERSION`.
|
||||
|
||||
## Public monitoring pages (v1.3.1+)
|
||||
|
||||
Host-agent must publish under `DEPLOY_WWW_ROOT` **and** the reverse proxy must `handle` the paths.
|
||||
If not, public FQDNs return merchant **JSON code 21**.
|
||||
Publish under `DEPLOY_WWW_ROOT` and Caddy `handle`s. Missing handles → merchant **JSON code 21**.
|
||||
See koopa-admin-log issue **I-09** / `apply-monitoring-live.sh`.
|
||||
|
||||
| Check | How |
|
||||
|-------|-----|
|
||||
| Phase | `./taler-monitoring.sh monpages` (or `pages`) |
|
||||
| Auto | host-agent default phases include `monpages`; post-check after HTML write |
|
||||
| URLs | `https://$MON_HOSTS$HTML_URL_OK` |
|
||||
|
||||
On the stack host (e.g. koopa), publish + Caddy handles:
|
||||
|
||||
```bash
|
||||
sudo ~/koopa-caddy/apply-monitoring-live.sh
|
||||
```
|
||||
| Phase | `./taler-monitoring.sh monpages` |
|
||||
| CLI version | `./taler-monitoring.sh --ver` |
|
||||
|
||||
## Language (v1.2.0+)
|
||||
|
||||
|
|
@ -67,11 +59,11 @@ sudo ~/koopa-caddy/apply-monitoring-live.sh
|
|||
| Env | `TALER_MON_LANG=en` or `fr` |
|
||||
| Auto | `*lefrancpaysan*` → fr, else en |
|
||||
|
||||
Full locale packs (fr-CH / de-CH) are scheduled for **v1.8.0**.
|
||||
Full locale packs (fr-CH / de-CH): **v1.8.0** (planned).
|
||||
|
||||
## Pin a release
|
||||
|
||||
```bash
|
||||
git clone https://git.hacktivism.ch/hernani/taler-monitoring.git ~/src/taler-monitoring
|
||||
cd ~/src/taler-monitoring && git checkout v1.7.0
|
||||
cd ~/src/taler-monitoring && git checkout v1.7.1
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue