From c8d15adc1672fac47e3a22f2d60319be0c8c30f2 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Fri, 13 Mar 2026 22:17:36 +0000 Subject: [PATCH] Remove LokiDown alert rule and inhibit reference MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Loki has been turned off — remove the orphaned alert rule and its reference in the NodeDown inhibit configuration. --- .../modules/monitoring/prometheus_chart_values.tpl | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/stacks/platform/modules/monitoring/prometheus_chart_values.tpl b/stacks/platform/modules/monitoring/prometheus_chart_values.tpl index 02967b7c..511a9475 100755 --- a/stacks/platform/modules/monitoring/prometheus_chart_values.tpl +++ b/stacks/platform/modules/monitoring/prometheus_chart_values.tpl @@ -82,7 +82,7 @@ alertmanager: - source_matchers: - alertname = NodeDown target_matchers: - - alertname =~ "PostgreSQLDown|MySQLDown|RedisDown|HeadscaleDown|AuthentikDown|PoisonFountainDown|LokiDown|HackmdDown|PrivatebinDown|MailServerDown" + - alertname =~ "PostgreSQLDown|MySQLDown|RedisDown|HeadscaleDown|AuthentikDown|PoisonFountainDown|HackmdDown|PrivatebinDown|MailServerDown" # NFS down causes mass pod failures - source_matchers: - alertname = NFSServerUnresponsive @@ -500,13 +500,6 @@ serverFiles: severity: critical annotations: summary: "Poison Fountain is down - AI bot blocking degraded to fail-open" - - alert: LokiDown - expr: (kube_statefulset_status_replicas_ready{namespace="monitoring", statefulset=~"loki.*"} or on() vector(0)) < 1 - for: 5m - labels: - severity: warning - annotations: - summary: "Loki log aggregation has no ready replicas" - name: Cluster rules: - alert: NodeDown