banner
 Sayyiku

Sayyiku

Chaos is a ladder
telegram
twitter

利用Grafana和Promethus在服务器上搭建BT下载器流量统计面板

效果#

image

image

准备工作#

  • Grafana 和 Promethus 部署成功

  • 准备好你所有下载的用户名 / 密码并确保可联通

准备配置文件#

vim config.yml

root@Sakura:~# cat config.yml 
qb:  

  client: qbittorrent  

  host: http://ip:8080

  username: your username

  password: password

qb2:  

  client: qbittorrent  

  host: http://ip:8080

  username: your username  

  password: password

de:  

  client: deluge 

  host: http://ip:prot

  username: your username  

  password: password

tr:  

  client: Transmission 

  host: http://ip:prot

  username: your username  

  password: password

部署#

docker run -d -p 9000:9000 -v /root/config.yml:/config/config.yml leishi1313/downloader-exporter

其中 /root/config.yml 是你上面文件的位置,可以使用 pwd 命令查看

image

检查是否成功连接#

IP:9000确认下是否有如下页面,有类似输出代表 downloader-exporter 成功部署

image

Grafana 新建面板#

image

选择数据源#

image

加载中...
此文章数据所有权由区块链加密技术和智能合约保障仅归创作者所有。