效果
准备工作
-
Grafana 和 Promethus部署成功
-
准备好你所有下载的用户名/密码并确保可联通
准备配置文件
vim config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
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
|
部署
1
|
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新建面板
选择数据源