Containerised version of rtorrent_exporter (https://github.com/mdlayher/rtorrent_exporter)
50K+
Containerised version of rtorrent_exporter
rtorrent_exporter is a metrics exporter for Prometheus
Make sure you set the RTORRENTADDR variable with the details to access your RTORRENT instance
Initial release
docker run -d -p 9135:9135 -e RTORRENTADDR="http://10.0.0.1/RPC2" b3vis/rtorrent_exporter
version: "2"
services:
rtorrent_exporter:
image: b3vis/rtorrent_exporter
restart: always
container_name: rtorrent_exporter
environment:
- RTORRENTADDR="http://10.0.0.1/RPC2"
ports:
- "9135:9135"
Content type
Image
Digest
Size
80.9 MB
Last updated
over 9 years ago
docker pull b3vis/rtorrent_exporter