From 142879cfc2b09ff830363c6fdcbae5c09b15e2aa Mon Sep 17 00:00:00 2001 From: DoTheEvo Date: Sun, 5 Mar 2023 00:13:12 +0100 Subject: [PATCH] update --- prometheus_grafana/readme.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/prometheus_grafana/readme.md b/prometheus_grafana/readme.md index 41aa3b2..f353a42 100644 --- a/prometheus_grafana/readme.md +++ b/prometheus_grafana/readme.md @@ -299,6 +299,7 @@ To add pushgateway functionality to the current stack:
docker-compose.yml + ```yml services: @@ -324,6 +325,7 @@ To add pushgateway functionality to the current stack:
Caddyfile + ```php push.{$MY_DOMAIN} { reverse_proxy pushgateway:9091 @@ -335,6 +337,7 @@ To add pushgateway functionality to the current stack:
prometheus.yml + ```yml global: scrape_interval: 15s @@ -395,6 +398,7 @@ To add alertmanager to the current stack:
alertmanager.yml + ```yml route: receiver: 'email' @@ -421,6 +425,7 @@ To add alertmanager to the current stack:
alert.rules + ```yml groups: - name: host @@ -439,7 +444,8 @@ To add alertmanager to the current stack: container, and also set is a path to a `rules` file.
- prometheus.yml + prometheus.yml + ```yml global: scrape_interval: 15s @@ -534,6 +540,7 @@ To add alertmanager to the current stack:
Caddyfile + ```php alert.{$MY_DOMAIN} { reverse_proxy alertmanager:9093 @@ -584,7 +591,7 @@ To add Loki to the current stack:
docker-compose.yml - + ```yml services: