Changes between Version 6 and Version 7 of rTorrentOMeter
- Timestamp:
- 05/23/08 20:42:07 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rTorrentOMeter
v6 v7 1 1 = rTorrent-O-Meter = 2 2 3 rTorrent-O-Meter is a simple [http://munin.projects.linpro.no/ Munin] plugin for logging rTorrent's upload/download speed3 rTorrent-O-Meter is a simple [http://munin.projects.linpro.no/ Munin] plugin pack for monitoring rTorrent's upload/download speed and/or torrent statistics 4 4 5 5 * [#prerequisites Prerequisites] … … 10 10 == Prerequisites == #prerequisites 11 11 12 * r torrent 0.7.5 or newer12 * rTorrent 0.7.5 or newer 13 13 * compiled with "--with-xmlrpc-c" 14 14 * XMLRPC-C >= 1.00 15 * some webserver set up to route xmlrpc calls to rtorrent's scgi port16 15 17 16 == Installation == #installation 18 17 19 Open the plugin file for editing, and set the CLIENT and ADDRESS variables. When it's done, install like any munin plugin. 18 Install 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: 20 19 20 {{{ 21 [rtom_spd] 22 user username 23 env.src socket 24 env.socket /home/username/torrent/.socket/rpc.socket 25 }}} 26 27 or 28 29 {{{ 30 [rtom_spd] 31 env.ip 127.0.0.1 32 env.port 5000 33 }}} 34 35 depending on what rTorrent configuration you have.[[BR]] 36 The same configuration is needed for both plugins. 37 38 Configurable 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 21 46 == Changelog == 22 47 48 * [#v0.1.0 0.1.0] 23 49 * [#v0.0.1d 0.0.1d] 24 50 * [#v0.0.1 0.0.1] 25 51 * [#v0.0.0 0.0.0] 26 52 * [#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. 27 62 28 63 === 0.0.1d === #v0.0.1d … … 50 85 == Download == #download 51 86 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] 53 88 * [/rtwi/downloads/rtom All releases] 54 89