Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions source/_integrations/rtorrent.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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 %}