monitoring: drop MAM Mouse-class + qBittorrent-unsatisfied alerts
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.
This commit is contained in:
parent
68a10905e0
commit
e092f159b3
1 changed files with 0 additions and 14 deletions
|
|
@ -1995,13 +1995,6 @@ serverFiles:
|
||||||
summary: "CoreDNS forward SERVFAIL/REFUSED rate: {{ $value | printf \"%.2f\" }}/s — upstream DNS (pfSense/public) may be unhealthy"
|
summary: "CoreDNS forward SERVFAIL/REFUSED rate: {{ $value | printf \"%.2f\" }}/s — upstream DNS (pfSense/public) may be unhealthy"
|
||||||
- name: qbittorrent
|
- name: qbittorrent
|
||||||
rules:
|
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
|
- alert: MAMCookieExpired
|
||||||
expr: mam_farming_cookie_expired > 0
|
expr: mam_farming_cookie_expired > 0
|
||||||
for: 0m
|
for: 0m
|
||||||
|
|
@ -2040,13 +2033,6 @@ serverFiles:
|
||||||
severity: critical
|
severity: critical
|
||||||
annotations:
|
annotations:
|
||||||
summary: "qBittorrent is disconnected from the network"
|
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
|
- name: Headscale VPN
|
||||||
rules:
|
rules:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue