Changes between Version 12 and Version 13 of rTorrentOMeter


Ignore:
Timestamp:
01/17/10 20:15:33 (14 years ago)
Author:
Gabor Hudiczius
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rTorrentOMeter

    v12 v13  
    1919
    2020{{{
    21 [rtom_spdd]
     21[rtom_username_spdd]
    2222user username
    2323env.src socket
     
    2929
    3030{{{
    31 [rtom_spdd]
     31[rtom_username_spdd]
    3232env.ip 127.0.0.1
    3333env.port 5000
     
    3636
    3737depending on what rTorrent configuration you have.[[BR]]
    38 The same configuration is needed for all plugins.
     38
     39If you use more than one plugin for a user, you don't need to add a section for every plugin to your /etc/munin/plugin-conf.d file, you can use the following syntax:
     40
     41{{{
     42[rtom_username_*]
     43user username
     44env.src socket
     45env.socket /home/username/torrent/.socket/rpc.socket
     46end.diff yes
     47}}}
     48
     49or
     50
     51{{{
     52[rtom_username_*]
     53env.ip 127.0.0.1
     54env.port 5000
     55env.diff yes
     56}}}
     57
     58Also, if you don't want to monitor more than one user, the username is not mandatory, you can leave the filenames as they were, and use the followind configuration:
     59
     60{{{
     61[rtom__spdd]
     62user username
     63env.src socket
     64env.socket /home/username/torrent/.socket/rpc.socket
     65end.diff yes
     66}}}
     67
     68or
     69
     70{{{
     71[rtom__spdd]
     72env.ip 127.0.0.1
     73env.port 5000
     74env.diff yes
     75}}}
     76
     77The * character can be used in this case too.
    3978
    4079Configurable variables:
    4180
    4281|| src || "socket" when using scgi_socket, or anything else when using scgi_port ||||||
    43 || socket || rTorrent's rpc socket (scgi_local) || using scgi_local || needed, when "src" is set to "socket" ||
    44 || ip || rTorrent's ip address || using scgi_port || needed, when "src" is NOT set to "socket" ||
    45 || port || rTorrent's scgi port (scgi_port) || using scgi_port || needed, when "src" is NOT set to "socket" ||
    46 || diff || "yes" for displaying bps for upload and Bps for download, or anything else for using Bps for both    |||| used by rtom_spd plugin ||
     82|| socket || rTorrent's rpc socket (scgi_local) || using scgi_local || needed when "src" is set to "socket" ||
     83|| ip || rTorrent's ip address || using scgi_port || needed when "src" is NOT set to "socket" ||
     84|| port || rTorrent's scgi port (scgi_port) || using scgi_port || needed when "src" is NOT set to "socket" ||
     85|| diff || "yes" for displaying bps for upload and Bps for download, or anything else for using Bps for both |||| used by rtom_spd plugin ||
    4786 
    4887== Changelog ==
    4988
     89 * [#v0.3.0 0.3.0]
    5090 * [#v0.2.0 0.2.0]
    5191 * [#v0.1.0d 0.1.0d]
     
    5696 * [#legend Legend]
    5797
     98=== 0.3.0 === #v0.3.0
     99 * * New filename format to support multiple instances, with easy munin-node configuration - just name the file rtom_username_peers
     100 * + Using different query for rtom__vol plugin (a single request instead of 5 different one) for speed improvement
     101 * - 2010. 01. 17.
     102
    58103=== 0.2.0 === #v0.2.0
    59104
    60105 * * New plugins for monitoring rTorrent's memory usage, torrent count, and peer count
    61106 * + rtom_spdd displays upload and download limit on the graph
    62  * x Fixed bug, where rtom_spd stopped working on 32bit integer overflow (when using XMLRPC-C < 1.07)
     107 * x Fixed bug, where rtom_spd stopped working on 32 bit integer overflow (when using XMLRPC-C < 1.07)
    63108 * - rtom_spd is now obsolete, use rtom_spdd instead
    64109 * - 2008. 06. 19.
     
    75120=== 0.0.1d === #v0.0.1d
    76121
    77  * - Differet graph scale for upload and download for asymmetric line (upload is in b/s, download is in B/s)
     122 * - Different graph scale for upload and download for asymmetric line (upload is in b/s, download is in B/s)
    78123 * - 2008. 02. 29.
    79124
     
    97142== Download ==
    98143
    99  * [/downloads/rtom/rtom-0.2.0-080619.tar.gz Latest release]
     144 * [/downloads/rtom/rtom-0.3.0-100117.tar.gz Latest release]
    100145 * [/downloads/rtom All releases]
    101146