munin-contrib/plugins/network/transmission
Robert Kulyassa 2a12025ee5 Remove old "transmission" plugin
It doesn't work (looks like calling outdated python lib) and had the same
    funcionality than the newer transmission_ plugin. It is quite confusing now
    they are in the same directory, but the documentation (README) mentions
    only the other one.
2023-01-31 21:49:43 -08:00
..
README.md consolidate location of transmission plugins 2023-01-13 21:42:00 -08:00
transmission_ consolidate location of transmission plugins 2023-01-13 21:42:00 -08:00
transmission_activity_example_day_.png consolidate location of transmission plugins 2023-01-13 21:42:00 -08:00
transmission_ratios consolidate location of transmission plugins 2023-01-13 21:42:00 -08:00
transmission_status_example_day.png consolidate location of transmission plugins 2023-01-13 21:42:00 -08:00
transmission_traffic_example_day.png consolidate location of transmission plugins 2023-01-13 21:42:00 -08:00

README.md

Munin Transmission plugin

This plugin provides the following data/graphs:

  • activity: displaying the number of active/inactive torrents
  • status: displaying the number of torrents by their status (seeding, downloading, stopped, etc)
  • traffic: showing network traffic (download, upload) generated by transmission

Installation, requirements

The plugin is written in python and uses the transmission-rpc. Install the package by pip:

sudo python3 -m pip install transmission-rpc

link the plugin to your /etc/munin/plugins/ directory:

cd /etc/munin/plugins/
ln -s /the/plugin/path/transmission_ transmission_activity
ln -s /the/plugin/path/transmission_ transmission_status
ln -s /the/plugin/path/transmission_ transmission_traffic

if your transmission doesn't run on the standard port or requires authentication, fill up the following variables (in /etc/munin/plugin-conf.d/transmission):

[transmission*]
    env.host localhost
    env.port 9091
    env.user transmission
    env.pass secret

Example graphs

Torrent activity

transmission_activity_example_day_.png

Torrent status

transmission_status_example_day.png

Transmission upload/download traffic

transmission_traffic_example_day.png