From ce1a6523ca31f688757be584cf3874d56b268bb4 Mon Sep 17 00:00:00 2001 From: Marcelo Moreira de Mello Date: Wed, 4 Jul 2018 06:04:20 -0400 Subject: [PATCH] Added documentation to support HTTPS URLs for SynologyDSM (#5650) * Added documentation to support HTTPS URLs for SynologyDSM * Makes SynologyDSM defaults to 5001 using SSL --- source/_components/sensor.synologydsm.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_components/sensor.synologydsm.markdown b/source/_components/sensor.synologydsm.markdown index 0b4b4ba197d..886a357bdaa 100644 --- a/source/_components/sensor.synologydsm.markdown +++ b/source/_components/sensor.synologydsm.markdown @@ -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.