From 3144430285030ca1d38e5e3f0204a5d5d1b6c835 Mon Sep 17 00:00:00 2001 From: smega Date: Sat, 14 Mar 2020 01:14:02 +0000 Subject: [PATCH] Update rtorrent.markdown (#12252) --- source/_integrations/rtorrent.markdown | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/source/_integrations/rtorrent.markdown b/source/_integrations/rtorrent.markdown index cbef77ef873..d95803cb5b3 100644 --- a/source/_integrations/rtorrent.markdown +++ b/source/_integrations/rtorrent.markdown @@ -21,6 +21,12 @@ sensor: - 'current_status' - 'download_speed' - 'upload_speed' + - 'all_torrents' + - 'stopped_torrents' + - 'complete_torrents' + - 'uploading_torrents' + - 'downloading_torrents' + - 'active_torrents' ``` This sensor requires the rTorrent XML-RPC API exposed on an HTTP interface. @@ -49,4 +55,16 @@ monitored_variables: description: The current download speed. upload_speed: description: The current upload speed. + all_torrents: + description: The number of all torrents. + stopped_torrents: + description: The number of torrents that are stopped. + complete_torrents: + description: The number of torrents that are fully downloaded. + uploading_torrents: + description: The number of torrents that are seeding. + downloading_torrents: + description: The number of torrents that are leeching. + active_torrents: + description: The number of torrents that are actively ( measurable speed ) leeching, seeding or both. {% endconfiguration %}