-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGES.txt
33 lines (26 loc) · 1.44 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
v1.3.10
- Added support for decoding Seagate SMART attributes 1, 7 and 195 if smartctl is v7 is installed.
- Installing the Syno Community's "SynoCli Disk Tools v4.0-13" or later package to install smartctl v7.4
- Download the latest SynoCli Disk Tools package from https://synocommunity.com/package/synocli-disk
- Changed to exit with code greater than zero if any SMART attributes' values are greater than 0 (for those that should be 0).
- Useful when script is scheduled with "Send run details by email" and "Send run details only when the script terminates abnormally" are ticked.
v1.2.9
- Bug fix for skipping some drives in models that use sda, sdb etc. Issue #9
v1.2.8
- Enabled support for USB HDDs and SSD drives (skips USB flash drives).
v1.1.7
- Bug fix for bash 4.3 (DSM 6).
v1.1.6
- Added green PASSED if drive is okay.
- Now shows all the important SMART attribute values.
- Now shows the DSM Drive number or M.2 Drive number so you can more easily identify which drive is which.
- Now shows the hostname as well as Synology model and DSM version (in case you have multiple of the same model).
- Now gets USB drive's serial number.
v1.0.3
- Added exit code to trigger task scheduler email if a drive has SMART errors.
v1.0.2
- Added check if a new version of the script is available.
- Added -e --email option to disable coloured output to make task scheduler emails easier to read.
- Added -h --help and -v --version options.
v1.0.0
- First release.