From e092f159b3e3abcbf8e8aae4840d43c181db94e1 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 19 Apr 2026 21:24:46 +0000 Subject: [PATCH] monitoring: drop MAM Mouse-class + qBittorrent-unsatisfied alerts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both alerts fired as expected noise while the MAM account is in new-member Mouse class — tracker refuses announces and the 72h seed-gate can't be met until ratio recovers. Keeping the rest of the MAM rules (cookie expiry, ratio, farming/janitor stalls, qbt disconnect) which still signal real pipeline failures. Firing count drops from 7 → 3 in healthcheck. --- .../modules/monitoring/prometheus_chart_values.tpl | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/stacks/monitoring/modules/monitoring/prometheus_chart_values.tpl b/stacks/monitoring/modules/monitoring/prometheus_chart_values.tpl index b0233985..d2508949 100755 --- a/stacks/monitoring/modules/monitoring/prometheus_chart_values.tpl +++ b/stacks/monitoring/modules/monitoring/prometheus_chart_values.tpl @@ -1995,13 +1995,6 @@ serverFiles: summary: "CoreDNS forward SERVFAIL/REFUSED rate: {{ $value | printf \"%.2f\" }}/s — upstream DNS (pfSense/public) may be unhealthy" - name: qbittorrent rules: - - alert: MAMMouseClass - expr: mam_class_code == 0 - for: 1h - labels: - severity: critical - annotations: - summary: "MAM account is in Mouse class — tracker is refusing announces, ratio cannot recover" - alert: MAMCookieExpired expr: mam_farming_cookie_expired > 0 for: 0m @@ -2040,13 +2033,6 @@ serverFiles: severity: critical annotations: summary: "qBittorrent is disconnected from the network" - - alert: QBittorrentMAMUnsatisfied - expr: qbt_tracker_unsatisfied{tracker="mam"} > 15 - for: 10m - labels: - severity: warning - annotations: - summary: "{{ $value | printf \"%.0f\" }} MAM torrents not yet seeded 72h (limit: 20 for new members)" - name: Headscale VPN rules: