From 41c9daa93914aa44b0467e6db47847b3f04b3bf7 Mon Sep 17 00:00:00 2001 From: KF5JWC <43411836+KF5JWC@users.noreply.github.com> Date: Mon, 1 Aug 2022 15:07:28 -0500 Subject: [PATCH] Make `run_collect.sh` executable Synology task will fail when not executable: ``` /bin/bash: /volume1/@Entware/scrutiny/bin/run_collect.sh: Permission denied ``` --- docs/INSTALL_SYNOLOGY_COLLECTOR.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/INSTALL_SYNOLOGY_COLLECTOR.md b/docs/INSTALL_SYNOLOGY_COLLECTOR.md index acd80d0..345c148 100644 --- a/docs/INSTALL_SYNOLOGY_COLLECTOR.md +++ b/docs/INSTALL_SYNOLOGY_COLLECTOR.md @@ -94,6 +94,10 @@ wget https://raw.githubusercontent.com/smartmontools/smartmontools/master/smartm /volume1/\@Entware/scrutiny/bin/scrutiny-collector-metrics-linux-arm64 run --config /volume1/\@Entware/scrutiny/config/collector.yaml ``` +**Make `run_collect.sh` executable** + +`chmod +x /volume1/\@Entware/scrutiny/bin/run_collect.sh` + ## Set up Synology to run a scheduled task. Log in to DSM and do the following: @@ -131,4 +135,4 @@ Frequency: ## Troubleshooting -If you have any issues with your devices being detected, or incorrect data, please take a look at [TROUBLESHOOTING_DEVICE_COLLECTOR.md](./TROUBLESHOOTING_DEVICE_COLLECTOR.md) \ No newline at end of file +If you have any issues with your devices being detected, or incorrect data, please take a look at [TROUBLESHOOTING_DEVICE_COLLECTOR.md](./TROUBLESHOOTING_DEVICE_COLLECTOR.md)