docs: Improves documentation for pushgateway

This commit is contained in:
p4u1 2024-12-28 13:53:25 +01:00
parent a14cb575a2
commit 5bf3d31c0f

View File

@ -54,7 +54,7 @@ Where gathering.org is the node you want to gather metrics from.
- monitoring.example.org
- prometheus.monitoring.example.org
- loki.monitoring.example.org
1. Setup monitoring stack
2. Setup monitoring stack
- `abra app new monitoring-ng`
- `abra app config monitoring.example.org`
Uncomment all the stuff
@ -62,7 +62,7 @@ Where gathering.org is the node you want to gather metrics from.
this needs the plaintext traefik basic-auth secret, not the hashed one!
- `abra app secret ls monitoring.example.org`
- `abra app deploy monitoring.example.org`
1. add scrape config to prometheus
3. Add scrape config to prometheus
- `abra app cmd monitoring.example.org prometheus gathering.org`
- or manually
```
@ -112,6 +112,7 @@ $ systemctl restart docker.service
This will expose the pushgateway at `https://pushgateway.${DOMAIN}`.
It is secured behind the same basic auth as the other services.
After that you need to add the `pushgateway.${DOMAIN}` to the scare config.
## Post-setup guide