forked from coop-cloud/monitoring-ng
docs: Improves documentation for pushgateway
This commit is contained in:
parent
a14cb575a2
commit
5bf3d31c0f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user