效果#
准备工作#
-
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 命令查看
检查是否成功连接#
IP:9000
确认下是否有如下页面,有类似输出代表 downloader-exporter 成功部署
Grafana 新建面板#