Update rtorrent.markdown (#12252)

This commit is contained in:
smega 2020-03-14 01:14:02 +00:00 committed by GitHub
parent d04daa6d8f
commit 3144430285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}