Skip to content

Commit

Permalink
update Synology Guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 15, 2022
1 parent bfefe7e commit e364e48
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Install collector on Synology

### Install Entware
## Install Entware

This will allow you to install a newer version of smartmontools on your Synology. Follow the instructions here (This is tested on DSM7) - https://github.com/Entware/Entware/wiki/Install-on-Synology-NAS

Expand Down Expand Up @@ -49,7 +49,7 @@ wget https://raw.githubusercontent.com/AnalogJ/scrutiny/master/example.collector
mv example.collector.yaml collector.yaml
```

**8. Lets make some changes in the config file, these are what i uncommented/added, please tweak the device paths to your needs**
**8. Lets make some changes in the [collector config file](../example.collector.yaml), these are what i uncommented/added, please tweak the device paths to your needs**

```
host:
Expand Down Expand Up @@ -127,3 +127,8 @@ Frequency: <Your desired frequency>
```
. /opt/etc/profile; /volume1/\@Entware/scrutiny/bin/run_collect.sh
```


## 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)
3 changes: 2 additions & 1 deletion docs/SUPPORTED_NAS_OS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ Once a guide is created (in `docs/guides/`) it will be linked here.
- [x] [unraid](./INSTALL_UNRAID.md)
- [ ] ESXI
- [ ] Proxmox
- [ ] Synology
- [x] Synology(./INSTALL_SYNOLOGY_COLLECTOR.md)
- [ ] OMV
- [ ] Amahi
- [ ] Running in a LXC container
- [x] [PFSense](./INSTALL_UNRAID.md)
- [ ] QNAP
- [ ] RockStor

0 comments on commit e364e48

Please sign in to comment.