qBittorrent Dashboard

qBittorrent Dashboard screenshot 1

Inspired by caseyscarborough’s qBittorrent Dashboard , improved legends print so that it can support multiple instances

Grafana Dashboard for qBittorrent

This repository contains a Grafana dashboard for qBittorrent using Prometheus.

It integrates with qbittorrent-exporter.

View it on Grafana Community Dashboards.

Features

It shows the following metrics:

  • All time download/upload
  • Session download/upload
  • Cumulative upload/download speeds
  • Global ratio/download speed/upload speed
  • App version
  • Torrent list with statuses
  • Total torrents/seeders/leechers
  • Torrent state chart
  • Amount remaining by torrent
  • Incomplete torrent progress
  • Download/upload speed by torrent

Requirements

This dashboard requires grafana-piechart-panel for some panels. You can install by running any of these:

bash
# Grafana CLI
grafana-cli plugins install grafana-piechart-panel

# Download and unzip manually
wget -nv https://grafana.com/api/plugins/grafana-piechart-panel/versions/latest/download -O grafana-piechart-panel.zip
unzip -q grafana-piechart-panel.zip -d .
mv grafana-piechart-panel /var/lib/grafana/plugins/grafana-piechart-panel
rm grafana-piechart-panel.zip

# Clone the Git repo
git clone https://github.com/grafana/piechart-panel.git --branch release-1.6.1
mv piechart-panel /var/lib/grafana/plugins/grafana-piechart-panel

Restart your Grafana server after installing the plugin.

Configuration

In prometheus.yaml, add the following configuration to scrape the exporter:

yaml
  - job_name: "qbittorrent"
    static_configs:
      - targets: ["192.168.31.217:17871"]
        labels:
          group: "uranus-comet"
      - targets: ["10.144.244.20:17871"]
        labels:
          group: "pluto"
Revisions
RevisionDescriptionCreated

Get this dashboard

Import the dashboard template

or

Download JSON

Datasource
Dependencies