From 3205e3d022a1840f73ae46f6e5e7d6b7a06850a2 Mon Sep 17 00:00:00 2001 From: KF5JWC <43411836+KF5JWC@users.noreply.github.com> Date: Sun, 31 Jul 2022 00:07:04 -0500 Subject: [PATCH] Update INSTALL_SYNOLOGY_COLLECTOR.md Typo: Created and loaded config into `conf/`, but specifies `config/` in argument --- docs/INSTALL_SYNOLOGY_COLLECTOR.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL_SYNOLOGY_COLLECTOR.md b/docs/INSTALL_SYNOLOGY_COLLECTOR.md index acd80d0..e9c7a05 100644 --- a/docs/INSTALL_SYNOLOGY_COLLECTOR.md +++ b/docs/INSTALL_SYNOLOGY_COLLECTOR.md @@ -91,7 +91,7 @@ wget https://raw.githubusercontent.com/smartmontools/smartmontools/master/smartm ``` #!/bin/bash -/volume1/\@Entware/scrutiny/bin/scrutiny-collector-metrics-linux-arm64 run --config /volume1/\@Entware/scrutiny/config/collector.yaml +/volume1/\@Entware/scrutiny/bin/scrutiny-collector-metrics-linux-arm64 run --config /volume1/\@Entware/scrutiny/conf/collector.yaml ``` ## Set up Synology to run a scheduled task. @@ -131,4 +131,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)