Git Product home page Git Product logo

qbit-exporter's Introduction

qbit exporter

A simple prometheus exporter for qbittorrent written in golang.

Metrics

Torrents

Name Type Description
qbit_torrent_info gauge Torrent general info
qbit_torrent_uploaded_bytes_total gauge Torrent total bytes uploaded
qbit_torrent_uploaded_bytes_total gauge Torrent total bytes downloaded
qbit_torrent_ratio_total gauge Torrent ratio
qbit_torrent_seeds_total gauge Torrent number of seeders connected to
qbit_torrent_leechs_total gauge Torrent number of leechers connected to
qbit_torrent_upspeed_bytes gauge Torrent upload speed in bytes
qbit_torrent_dlspeed_bytes gauge Torrent download speed in bytes

Labels: name, tracker, category

Usage

Make sure webui is enabled in qbittorrent settings.

Environment

  • QB_USER Your qbittorrent webui username
  • QB_PASS Your qbittorrent webui password
  • QB_URL Your qbittorrent webui url

Build and run

CGO_ENABLED=0 go build
./qbit-exporter

Docker

docker run \
    -e QB_USER=admin \
    -e QB_PASS=adminadmin \
    -e QB_URL=http://localhost:8080 \
    -p 9897:9897 \
    ghcr.io/janstuemmel/qbit-exporter

For a docker-compose setup, see example folder

Prometheus

Add this to your prometheus configuration

scrape_configs:
  - job_name: qbit
    static_configs:
      - targets: [ "localhost:9897" ]

qbit-exporter's People

Contributors

dependabot[bot] avatar janstuemmel avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.