docs: goa-regio-ng login-health monitoring update

This commit is contained in:
Hernâni Marques 2026-09-19 07:09:20 +02:00
parent 44c6a870a6
commit 0348f4025a
No known key found for this signature in database
5 changed files with 26 additions and 10 deletions

View file

@ -36,3 +36,11 @@ koopa-login-health show -v
```
STATE dir name `taler-hacktivism-monitoring` kept (host-agent path, not CTR).
## Follow-up (same day) — elelmon-only SoT
- Forgejo `hernani/taler-monitoring` **archived**; push fails. Do not maintain twin.
- Parity leftover (mail-deliverability) → **elelmon** only (`check_mail_deliverability.sh`,
`mail_deliv_probe.py`, host-agent timer, wrapper phase `mail-deliverability|maildeliv`).
- Canonical clone/install path: `~/src/elelmon` — see `scripts/taler-monitoring/README.md`.
- Modular Python rewrite scaffold under elelmon package `elelmon/` (not flat TM `check_*.sh` layout).

View file

@ -36,7 +36,7 @@ sudo ~/koopa-caddy/apply-monitoring-live.sh
```
Details: `2026/2026-07-18--monitoring-public-caddy.md`
Suite: https://git.hacktivism.ch/hernani/taler-monitoring (v1.7.1+)
Suite: https://git.hacktivism.ch/hernani/elelmon (`taler-monitoring.sh`; archived twin not SoT)
### I-2026-07-16-01

View file

@ -16,7 +16,9 @@ Terse map after GOA single-CTR. Live moves on koopa need Freigabe.
| Path | Role |
|------|------|
| `~/.local/state/taler-hacktivism-monitoring/` | elelmon/taler-monitoring host-agent state dir name (legacy string OK) |
| `~/src/elelmon` | monitoring suite SoT (Forgejo `hernani/elelmon`) |
| `~/.local/state/taler-hacktivism-monitoring/` | elelmon host-agent state dir name (legacy string OK) |
| `~/.config/taler-monitoring/env` | suite secrets/config (product name kept) |
## Tor

View file

@ -8,7 +8,7 @@
| `taler-bank/` | bank host helpers + **`maintenance/`** (debit limits, dry-run) |
| `taler-shared/` | host **ensure-taler-apps** (post-container app start + auto-confirm) |
| `taler-sanity/` | host root checks (stack, settlement, helpers) |
| `taler-monitoring/` | **moved** → [hernani/taler-monitoring](https://git.hacktivism.ch/hernani/taler-monitoring) (see `scripts/taler-monitoring/README.md`) |
| `taler-monitoring/` | **moved** → [hernani/elelmon](https://git.hacktivism.ch/hernani/elelmon) (see `scripts/taler-monitoring/README.md`; archived `taler-monitoring` not SoT) |
| `taler-shared/` | shared helpers (`upgrade-goa-debs.sh` = apt upgrade **inside** bank/exchange/merchant containers) |
| `taler-landing/` | **hernani user systemd**: central landing `stats.json` (full bank scan + alt units) |
| `monitoring/` | host `/home/hernani/scripts` (tor relay stats) |

View file

@ -1,18 +1,23 @@
# taler-monitoring has moved
# Monitoring suite → **elelmon**
The monitoring **suite** is a standalone repository (not maintained under this tree).
The monitoring **suite** lives in a standalone repo. Product name **LLM** =
Lightweight Monitoring; git tree **elelmon**. CLI wrapper stays
`taler-monitoring.sh` (compat). Archived twin `hernani/taler-monitoring` is
**not** SoT — do not clone or push there.
| | |
|--|--|
| **Repository** | https://git.hacktivism.ch/hernani/taler-monitoring |
| **Clone** | `git clone https://git.hacktivism.ch/hernani/taler-monitoring.git ~/src/taler-monitoring` |
| **Install path** | `~/src/taler-monitoring` |
| **Version** | `./taler-monitoring.sh --ver` (tags `vMAJOR.FEATURE.FIX`, e.g. v1.7.1) |
| **Repository** | https://git.hacktivism.ch/hernani/elelmon |
| **Clone** | `git clone https://git.hacktivism.ch/hernani/elelmon.git ~/src/elelmon` |
| **Install path** | `~/src/elelmon` |
| **Version** | `./taler-monitoring.sh --ver` |
| **Config (product name)** | `~/.config/taler-monitoring/env` |
| **State dir name** | `~/.local/state/taler-hacktivism-monitoring/` (legacy string OK) |
## Host-agent (user systemd on koopa)
```bash
~/src/taler-monitoring/host-agent/install-host-agent.sh
~/src/elelmon/host-agent/install-host-agent.sh
```
## Public HTML (infra on this host)
@ -25,3 +30,4 @@ Generated under `~/monitoring-sites-staging/`.
- Apply: `sudo ~/koopa-caddy/apply-monitoring-live.sh`
Do not re-introduce the full suite under `scripts/taler-monitoring/`.
URL paths `/taler-monitoring-*` are **product paths**, not the archived repo.