- Registriert
- 30. März 2022
- Beiträge
- 1.030
- Reaktionspunkte
- 1.915
- Punkte
- 204
PeterSuh on GitHub has created a really nice 3rd party Synology package that includes and uses my syno_smart_info script for those who prefer a package instead of running a script via SSH or as a scheduled task.


To download the package's .spk file see https://github.com/PeterSuh-Q3/SynoSmartInfo/releases
After downloading the .spk file and doing a Manual Install in package center you need to run 3 commands via SSH to give the package the permissions it needs. See https://github.com/PeterSuh-Q3/SynoSmartInfo


To download the package's .spk file see https://github.com/PeterSuh-Q3/SynoSmartInfo/releases
After downloading the .spk file and doing a Manual Install in package center you need to run 3 commands via SSH to give the package the permissions it needs. See https://github.com/PeterSuh-Q3/SynoSmartInfo
Bash:
sudo -i
echo "synosmartinfo ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/Synosmartinfo
chmod 0440 /etc/sudoers.d/Synosmartinfo




