Changes between Version 6 and Version 7 of rTorrentOMeter


Ignore:
Timestamp:
05/23/08 20:42:07 (16 years ago)
Author:
Gabor Hudiczius
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rTorrentOMeter

    v6 v7  
    11= rTorrent-O-Meter =
    22
    3 rTorrent-O-Meter is a simple [http://munin.projects.linpro.no/ Munin] plugin for logging rTorrent's upload/download speed
     3rTorrent-O-Meter is a simple [http://munin.projects.linpro.no/ Munin] plugin pack for monitoring rTorrent's upload/download speed and/or torrent statistics
    44
    55 * [#prerequisites Prerequisites]
     
    1010== Prerequisites == #prerequisites
    1111
    12  * rtorrent 0.7.5 or newer
     12 * rTorrent 0.7.5 or newer
    1313  * compiled with "--with-xmlrpc-c"
    1414  * XMLRPC-C >= 1.00
    15  * some webserver set up to route xmlrpc calls to rtorrent's scgi port
    1615
    1716== Installation == #installation
    1817
    19 Open the plugin file for editing, and set the CLIENT and ADDRESS variables. When it's done, install like any munin plugin.
     18Install the plugin, like any munin plugin (e.g.: create a symlink into /etc/munin/plugins), and open the /etc/munin/plugin-conf.d file. Create a section for the installed plugin, and insert the lines shown below:
    2019
     20{{{
     21[rtom_spd]
     22user username
     23env.src socket
     24env.socket /home/username/torrent/.socket/rpc.socket
     25}}}
     26
     27or
     28
     29{{{
     30[rtom_spd]
     31env.ip 127.0.0.1
     32env.port 5000
     33}}}
     34
     35depending on what rTorrent configuration you have.[[BR]]
     36The same configuration is needed for both plugins.
     37
     38Configurable variables:
     39
     40|| src || "socket" when using scgi_socket, or anything else when using scgi_port ||||||
     41|| socket || rTorrent's rpc socket (scgi_local) || using scgi_local || needed, when "src" is set to "socket" ||
     42|| ip || rTorrent's ip address || using scgi_port || needed, when "src" is NOT set to "socket" ||
     43|| port || rTorrent's scgi port (scgi_port) || using scgi_port || needed, when "src" is NOT set to "socket" ||
     44|| diff || "yes" for using bps for upload and Bps for download, or anything else for using Bps for both |||| used by rtom_spd plugin ||
     45 
    2146== Changelog ==
    2247
     48 * [#v0.1.0 0.1.0]
    2349 * [#v0.0.1d 0.0.1d]
    2450 * [#v0.0.1 0.0.1]
    2551 * [#v0.0.0 0.0.0]
    2652 * [#legend Legend]
     53
     54=== 0.1.0 === #v0.1.0
     55
     56 * * Full rewrite in Perl
     57 * * Now supports unix domain socket (scgi_local)
     58 * * Added torrent statistics graph (shows number of started/stopped/incomplete/complete/all torrents)
     59 * + Speed graph uses get_{up|down}_total to get more actual values (and to make the graph smoother)
     60 * + Configurable via munin-node's plugin config (environmental variables)
     61 * - 2008. 05. 23.
    2762
    2863=== 0.0.1d === #v0.0.1d
     
    5085== Download == #download
    5186
    52  * [/rtwi/downloads/rtom/rtom-0.0.1 Latest release] [/rtwi/downloads/rtom/rtom-0.0.1d Latest "d" release]
     87 * [/rtwi/downloads/rtom/rtom-0.1.0-080523.tar.gz Latest release]
    5388 * [/rtwi/downloads/rtom All releases]
    5489