Added documentation to support HTTPS URLs for SynologyDSM (#5650)

* Added documentation to support HTTPS URLs for SynologyDSM

* Makes SynologyDSM defaults to 5001 using SSL
This commit is contained in:
Marcelo Moreira de Mello 2018-07-04 06:04:20 -04:00 committed by Franck Nijhof
parent 2402306433
commit ce1a6523ca

View File

@ -36,9 +36,10 @@ sensor:
Configuration variables:
- **host** (*Required*): The IP address of the Synology NAS to monitor.
- **port** (*Optional*): The port number on which the Synology NAS is reachable. Defaults to `5000`.
- **port** (*Optional*): The port number on which the Synology NAS is reachable. Defaults to `5001`.
- **username** (*Required*): An user to connect to the Synology NAS (a separate account is advised, see the Separate User Configuration section below for details).
- **password** (*Required*): The password of the user to connect to the Synology NAS.
- **ssl** (*Optional*): Determine if HTTPS should be used. Defaults to `True` which by default runs on port `5001`.
- **volumes** (*Optional*): Array of volumes to monitor. Defaults to all volumes.
- **disks** (*Optional*): Array of disks to monitor. Defaults to all disks.
- **monitored_conditions** (*Required*): Defines a [template](/topics/templating/) to extract a value from the payload.