From 1fd32fa8e99e997e6a93b54b71ad76417296b139 Mon Sep 17 00:00:00 2001 From: MasterPtato Date: Fri, 27 Dec 2024 01:41:46 +0000 Subject: [PATCH] fix: remove alertmanager --- docs-internal/development/DEBUGGING.md | 6 +++--- scripts/forward/alertmanager.sh | 4 ---- 2 files changed, 3 insertions(+), 7 deletions(-) delete mode 100755 scripts/forward/alertmanager.sh diff --git a/docs-internal/development/DEBUGGING.md b/docs-internal/development/DEBUGGING.md index eee3a6ae50..6f463c420c 100644 --- a/docs-internal/development/DEBUGGING.md +++ b/docs-internal/development/DEBUGGING.md @@ -130,6 +130,6 @@ dashboards: ## Alerting -Rivet uses Alert Manager extensively for catching errors before they happen & quickly narrowing down the -source of errors. Alerts can be pushed to Slack if the `alertmanager/slack/url` and -`alertmanager/slack/channel` secrets are provided. See _infra/tf/k8s_infra/prometheus.tf_. +Rivet uses Grafana Alerts for catching errors before they happen & quickly narrowing down the +source of errors. Alerts can be pushed to Slack if the `grafana_alerts/slack/webhook_url` secret is provided. +See _infra/tf/k8s_infra/prometheus.tf_. diff --git a/scripts/forward/alertmanager.sh b/scripts/forward/alertmanager.sh deleted file mode 100755 index 65da6a76ee..0000000000 --- a/scripts/forward/alertmanager.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -set -euf - -FORWARD_NS=prometheus FORWARD_NAME=service/alertmanager-operated FORWARD_PORT=9093 ./scripts/forward/service.sh