24 lines
718 B
YAML
24 lines
718 B
YAML
groups:
|
|
- name: qbit-low-traffic
|
|
interval: 1m
|
|
rules:
|
|
- alert: QbitLowTraffic
|
|
expr: |
|
|
rate(container_network_transmit_bytes_total{name=~"gluetun"}[1m]) < 1024
|
|
for: 2m
|
|
labels:
|
|
severity: warning
|
|
annotations:
|
|
title: 'Low traffic on qBit'
|
|
description: |
|
|
The traffic on qBittorrent is lower than 1KiB/s for 2 minutes.
|
|
|
|
Last value was x bytes/s.
|
|
|
|
[Grafana Dashboard](https://grafana.{{ domain }}/d/containers?orgId=1)
|
|
[View in Grafana](https://grafana.{{ domain }}/d/containers?orgId=1&viewPanel=3)
|
|
|
|
__dashboard__uid: 'containers'
|
|
__orgId__: 1
|
|
__panelId__: 3
|