[PR #38] [MERGED] v1.4.25 #40

Closed
opened 2026-03-07 19:22:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/007revad/Synology_SMART_info/pull/38
Author: @007revad
Created: 10/20/2025
Status: Merged
Merged: 10/20/2025
Merged by: @007revad

Base: mainHead: develop


📝 Commits (10+)

  • 78c651a Merge pull request #36 from 007revad/main
  • 3e57a4b Add --increased flag in README for v1.4.20
  • a23b2c1 Add files via upload
  • bf656ef Update CHANGES.txt for v1.4.20 enhancements
  • 22c5e18 Increase script version to v1.4.20 and add --increased option
  • e080894 Update CHANGES.txt for clarity on increased attributes
  • 3287577 Bump version to v1.4.21 and add --increased option
  • 1024f1e Update script version to v1.4.21
  • 2d411c9 Bump version to v1.4.22 and update option description
  • 87ee186 Bump version to v1.4.22

📊 Changes

4 files changed (+641 additions, -148 deletions)

View changed files

📝 CHANGES.txt (+12 -0)
📝 README.md (+6 -2)
images/increased.png (+0 -0)
📝 syno_smart_info.sh (+623 -146)

📄 Description

  • Added -i, --increased option to only show drives with important attributes that have changed since last time the script was run.
    • Useful for when the script is scheduled so you only get sent an email when important attributes have increased, or decreased.
    • For SAS drives the -i, --increased option monitors "Elements in grown defect list".
  • Now SAS drives' important attributes are shown in default mode (when no options used).
  • Now sorts drives by DSM drive number (instead of sorting by /dev/sata1 or /dev/sda etc).
  • Now for NVMe drives in a PCIe M.2 card the PCIe M.2 card model is shown like "M.2 Drive 1-1 (E10M20-T1)".
  • Bug fix for NVMe important SMART attribute's number showing in yellow instead of white when script run in default mode or with -1, --increased option.
  • Bug fix for HDDs/SSDs not showing important SMART 10 attribute's value in red if greater 0.
  • Bug fix for non-Seagate HDDs/SSDs not showing important SMART 1, 7 and 195 attribute's value in red if greater 0.
  • Bug fix for Seagate HDDs (and HAT3300) not showing important SMART 1, 7 and 195 attribute's value in red if greater 0 and smartctl 7 not installed.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/007revad/Synology_SMART_info/pull/38 **Author:** [@007revad](https://github.com/007revad) **Created:** 10/20/2025 **Status:** ✅ Merged **Merged:** 10/20/2025 **Merged by:** [@007revad](https://github.com/007revad) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`78c651a`](https://github.com/007revad/Synology_SMART_info/commit/78c651a7419cc83ab3bbf343e495a4330af147eb) Merge pull request #36 from 007revad/main - [`3e57a4b`](https://github.com/007revad/Synology_SMART_info/commit/3e57a4bd183ddf60194b6beabb79483092d8a43f) Add --increased flag in README for v1.4.20 - [`a23b2c1`](https://github.com/007revad/Synology_SMART_info/commit/a23b2c15771c50a1baf56f17fc7523c498f60149) Add files via upload - [`bf656ef`](https://github.com/007revad/Synology_SMART_info/commit/bf656ef41de545d6aecd7ef1f5ac938699062c41) Update CHANGES.txt for v1.4.20 enhancements - [`22c5e18`](https://github.com/007revad/Synology_SMART_info/commit/22c5e188dfcb79a7708cbfb591f6fb3c082963c9) Increase script version to v1.4.20 and add --increased option - [`e080894`](https://github.com/007revad/Synology_SMART_info/commit/e0808947601dd877c5dfd3a07fa78441a8fef286) Update CHANGES.txt for clarity on increased attributes - [`3287577`](https://github.com/007revad/Synology_SMART_info/commit/3287577043b95830b52701658ba3a012f81fab2b) Bump version to v1.4.21 and add --increased option - [`1024f1e`](https://github.com/007revad/Synology_SMART_info/commit/1024f1ee6ee2fc63b0da5dc7a77006fba5c736eb) Update script version to v1.4.21 - [`2d411c9`](https://github.com/007revad/Synology_SMART_info/commit/2d411c906e60134df5fc2fbf4733dc2e3eec2216) Bump version to v1.4.22 and update option description - [`87ee186`](https://github.com/007revad/Synology_SMART_info/commit/87ee186538ef26798c6246d75fba28db55fc807d) Bump version to v1.4.22 ### 📊 Changes **4 files changed** (+641 additions, -148 deletions) <details> <summary>View changed files</summary> 📝 `CHANGES.txt` (+12 -0) 📝 `README.md` (+6 -2) ➕ `images/increased.png` (+0 -0) 📝 `syno_smart_info.sh` (+623 -146) </details> ### 📄 Description - Added `-i, --increased` option to only show drives with important attributes that have changed since last time the script was run. - Useful for when the script is scheduled so you only get sent an email when important attributes have increased, or decreased. - For SAS drives the `-i, --increased` option monitors "Elements in grown defect list". - Now SAS drives' important attributes are shown in default mode (when no options used). - Now sorts drives by DSM drive number (instead of sorting by `/dev/sata1` or `/dev/sda` etc). - Now for NVMe drives in a PCIe M.2 card the PCIe M.2 card model is shown like "M.2 Drive 1-1 (E10M20-T1)". - Bug fix for NVMe important SMART attribute's number showing in yellow instead of white when script run in default mode or with `-1, --increased` option. - Bug fix for HDDs/SSDs not showing important SMART 10 attribute's value in red if greater 0. - Bug fix for non-Seagate HDDs/SSDs not showing important SMART 1, 7 and 195 attribute's value in red if greater 0. - Bug fix for Seagate HDDs (and HAT3300) not showing important SMART 1, 7 and 195 attribute's value in red if greater 0 and smartctl 7 not installed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 2026-03-07 19:22:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Synology_SMART_info#40
No description provided.