From 5bf3d31c0fe2b409be680e1b1afb39c1143aed45 Mon Sep 17 00:00:00 2001 From: p4u1 Date: Sat, 28 Dec 2024 13:53:25 +0100 Subject: [PATCH] docs: Improves documentation for pushgateway --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ce78de..dc43924 100644 --- a/README.md +++ b/README.md @@ -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