aria2_exporter

command module
v0.0.0-...-4b170f3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2021 License: MIT Imports: 8 Imported by: 0

README

aria2 Exporter for Prometheus

This exporter exports statistics metrics about torrents downloading and seeding in aria2 via the rpc interface.

Usage

docker run -d --name aria2_exporter -p 9578:9578 \
  -e ARIA2_URL=http://aria2.example.com:6800 \
  -e ARIA2_RPC_SECRET=aria2-rpc-secret-token \
  sbruder/aria2_exporter

Replace aria2.example.com:6800 with the host and port of your aria2 instance.

Replace aria2-rpc-secret-token with the RPC secret authorization token if aria2 is configured to use it or leave it blank otherwise.

Metrics are available on http://localhost:9578/metrics or on the endpoint set in ARIA2_EXPORTER_LISTEN_ADDRESS.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL