Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caseyscarborough/qbittorrent-grafana-dashboard
A full-featured Grafana dashboard for qBittorrent using Prometheus.
https://github.com/caseyscarborough/qbittorrent-grafana-dashboard
grafana prometheus qbittorrent
Last synced: 1 day ago
JSON representation
A full-featured Grafana dashboard for qBittorrent using Prometheus.
- Host: GitHub
- URL: https://github.com/caseyscarborough/qbittorrent-grafana-dashboard
- Owner: caseyscarborough
- Created: 2021-10-16T21:02:57.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-08T04:41:55.000Z (over 2 years ago)
- Last Synced: 2024-08-02T14:06:02.363Z (3 months ago)
- Topics: grafana, prometheus, qbittorrent
- Homepage:
- Size: 1.13 MB
- Stars: 25
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-pt - Grafana Dashboard for qBittorrent
README
# Grafana Dashboard for qBittorrent
This repository contains a Grafana dashboard for qBittorrent using Prometheus.
It integrates with [qbittorrent-exporter](https://github.com/caseyscarborough/qbittorrent-exporter).
View it on [Grafana Community Dashboards](https://grafana.com/grafana/dashboards/15116).
## 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
If you have an older version of Grafana (earlier than 7.0.0) use the `dashboard-legacy.json` file with qbittorrent-exporter v1.0.0.
If you have a newer version use the `dashboard-modern.json` file with the latest version of qbittorrent-exporter.
This dashboard also requires [grafana-piechart-panel](https://grafana.com/grafana/plugins/grafana-piechart-panel/) for some panels.
View Piechart Installation Instructions
```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.
## Preview
![](https://github.com/caseyscarborough/qbittorrent-grafana-dashboard/blob/master/images/dashboard.png)