Add transmission sensor: number of active torrents (#3655)

This commit is contained in:
mclem 2017-10-17 22:45:37 +02:00 committed by Fabian Affolter
parent ed905b370b
commit 62bdb6f8fb

View File

@ -27,6 +27,7 @@ sensor:
- 'current_status' - 'current_status'
- 'download_speed' - 'download_speed'
- 'upload_speed' - 'upload_speed'
- 'active_torrents'
``` ```
Configuration variables: Configuration variables:
@ -40,6 +41,7 @@ Configuration variables:
- **current_status**: The status of your Transmission daemon. - **current_status**: The status of your Transmission daemon.
- **download_speed**: The current download speed. - **download_speed**: The current download speed.
- **upload_speed**: The current upload speed. - **upload_speed**: The current upload speed.
- **active_torrents**: The current number of active torrents.
To use the monitoring, your transmission client needs to allow remote access. If you are running the graphical transmission client (transmission-gtk) go to **Edit** -> **Preferences** and choose the tab **Remote**. Check **Allow remote access**, enter your username and your password, and uncheck the network restriction as needed. To use the monitoring, your transmission client needs to allow remote access. If you are running the graphical transmission client (transmission-gtk) go to **Edit** -> **Preferences** and choose the tab **Remote**. Check **Allow remote access**, enter your username and your password, and uncheck the network restriction as needed.