From 2cb941686d922982f7487c70e3538bc6f077f648 Mon Sep 17 00:00:00 2001 From: Joe <109156995+joew7456@users.noreply.github.com> Date: Fri, 12 Dec 2025 16:03:37 -0600 Subject: [PATCH] Update paths in README for Prometheus configuration --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63910ca..f55247e 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ Edit the Alertmanager configuration file to include a new webhook route and rece Command: Bash -vi /etc/genestack/helm-config/prometheus/alertmanager_config.yaml +vi /etc/genestack/helm-configs/kube-prometheus-stack/alertmanager_config.yaml Route Section @@ -200,7 +200,7 @@ Finally, reinstall Prometheus to apply the Alertmanager updates. Command: Bash -/opt/genestack/bin/install-prometheus.sh +/opt/genestack/bin/install-kube-prometheus-stack.sh 14. View Alert-Proxy Logs