Remove scripts/taler-monitoring implementation from koopa-admin-log. Leave scripts/taler-monitoring/README.md pointing at https://git.hacktivism.ch/hernani/taler-monitoring (v1.0).
26 lines
898 B
Markdown
26 lines
898 B
Markdown
# taler-monitoring has moved
|
|
|
|
The monitoring suite is no longer part of **koopa-admin-log**.
|
|
|
|
| | |
|
|
|--|--|
|
|
| **Repository** | https://git.hacktivism.ch/hernani/taler-monitoring |
|
|
| **Clone** | `git clone https://git.hacktivism.ch/hernani/taler-monitoring.git ~/src/taler-monitoring` |
|
|
| **Tag** | `v1.0` (initial standalone release) |
|
|
| **History** | `VERSIONS.md` in that repo |
|
|
|
|
## Quick start
|
|
|
|
```bash
|
|
git clone https://git.hacktivism.ch/hernani/taler-monitoring.git ~/src/taler-monitoring
|
|
cd ~/src/taler-monitoring
|
|
./taler-monitoring.sh -d hacktivism.ch urls
|
|
# host-agent (koopa):
|
|
./host-agent/install-host-agent.sh
|
|
```
|
|
|
|
Landing configs and Caddy site configs for GOA remain in **koopa-admin-log**
|
|
(`configs/`). The host-agent path unit still watches those paths when present.
|
|
|
|
Do **not** add monitoring scripts back into this directory — develop and push
|
|
against **taler-monitoring** only.
|