Skip to content

Commit

Permalink
Make run_collect.sh executable
Browse files Browse the repository at this point in the history
Synology task will fail when not executable:

```
/bin/bash: /volume1/@Entware/scrutiny/bin/run_collect.sh: Permission denied
```
  • Loading branch information
KF5JWC authored Aug 1, 2022
1 parent c34ee85 commit 41c9daa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/INSTALL_SYNOLOGY_COLLECTOR.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -131,4 +135,4 @@ Frequency: <Your desired 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)
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)

0 comments on commit 41c9daa

Please sign in to comment.