36 lines
1.5 KiB
Markdown
36 lines
1.5 KiB
Markdown
# VERSIONS — taler-monitoring
|
|
|
|
Release history for the standalone **taler-monitoring** suite
|
|
(https://git.hacktivism.ch/hernani/taler-monitoring).
|
|
|
|
| Tag | Date (UTC) | Notes |
|
|
|-----|------------|--------|
|
|
| **v1.1** | 2026-07-18 | **i18n**: default UI/console language **English**; **French** for FrancPaysan (`TALER_MON_LANG=fr`, auto on `*lefrancpaysan*`). Sticky bar “what this monitors” EN/FR; badge/summary chrome + message translation via `i18n.sh`. |
|
|
| **v1.0** | 2026-07-18 | Initial standalone release. Split from `koopa-admin-log` (`scripts/taler-monitoring/`). Host-agent HTML, surface, aptdeploy, sticky bar. |
|
|
|
|
## Language (v1.1+)
|
|
|
|
| Context | Language |
|
|
|---------|----------|
|
|
| Default / GOA / hacktivism | **English** |
|
|
| FrancPaysan prod + stage (`*lefrancpaysan*`) | **French** (auto or `TALER_MON_LANG=fr`) |
|
|
|
|
```bash
|
|
# force
|
|
TALER_MON_LANG=fr ./taler-monitoring.sh -d lefrancpaysan.ch urls
|
|
TALER_MON_LANG=en ./taler-monitoring.sh -d lefrancpaysan.ch urls
|
|
```
|
|
|
|
Host-agent env examples:
|
|
- `host-agent/env/francpaysan.env.example` → `TALER_MON_LANG=fr`
|
|
- `host-agent/env/stagepaysan.env.example` → `TALER_MON_LANG=fr`
|
|
- `host-agent/env/hacktivism.env.example` → `TALER_MON_LANG=en`
|
|
|
|
## Pin a release
|
|
|
|
```bash
|
|
git clone https://git.hacktivism.ch/hernani/taler-monitoring.git ~/src/taler-monitoring
|
|
cd ~/src/taler-monitoring && git checkout v1.1
|
|
```
|
|
|
|
Default host-agent tracks `origin/main`. Pin with `SUITE_GIT_REF=v1.1` in `~/.config/taler-monitoring/env`.
|