Sign inSign up

b3vis/rtorrent_exporter

By b3vis

Updated over 9 years ago

Containerised version of rtorrent_exporter (https://github.com/mdlayher/rtorrent_exporter)

Image
0

50K+

b3vis/rtorrent_exporter repository overview

rtorrent_exporter

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


0.0.1 (2017-03-29)

Initial release


Example Run Command
docker run -d -p 9135:9135 -e RTORRENTADDR="http://10.0.0.1/RPC2" b3vis/rtorrent_exporter
Docker Compose Example
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"

Tag summary

Content type

Image

Digest

Size

80.9 MB

Last updated

over 9 years ago

docker pull b3vis/rtorrent_exporter