[PR #2] [MERGED] Develop #16

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

📋 Pull Request Information

Original PR: https://github.com/007revad/Synology_SMART_info/pull/2
Author: @007revad
Created: 5/15/2024
Status: Merged
Merged: 5/15/2024
Merged by: @007revad

Base: mainHead: develop


📝 Commits (10+)

📊 Changes

13 files changed (+543 additions, -1 deletions)

View changed files

CHANGES.txt (+10 -0)
📝 README.md (+76 -1)
how_to_schedule.md (+27 -0)
images/all_good.png (+0 -0)
images/hdd_nvme_all.png (+0 -0)
images/hdd_ssd.png (+0 -0)
images/hdd_ssd_all.png (+0 -0)
images/marginal.png (+0 -0)
images/schedule1.png (+0 -0)
images/schedule2.png (+0 -0)
images/schedule3.png (+0 -0)
my-other-scripts.md (+84 -0)
syno_smart_info.sh (+346 -0)

📄 Description

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.

🔄 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/2 **Author:** [@007revad](https://github.com/007revad) **Created:** 5/15/2024 **Status:** ✅ Merged **Merged:** 5/15/2024 **Merged by:** [@007revad](https://github.com/007revad) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`9bd026c`](https://github.com/007revad/Synology_SMART_info/commit/9bd026c022f95742b3c317ebfc37ffc2570688a6) Create tmp.txt - [`95ae394`](https://github.com/007revad/Synology_SMART_info/commit/95ae3940f83f882528b8a60e72881c0e3ef383ca) Add files via upload - [`db35f2c`](https://github.com/007revad/Synology_SMART_info/commit/db35f2cfed7274349512bf906ccb03dadf2787b0) Delete images/tmp.txt - [`9557031`](https://github.com/007revad/Synology_SMART_info/commit/95570311438da248950f2fec2a20cc60777a9fd9) Add files via upload - [`b2078fa`](https://github.com/007revad/Synology_SMART_info/commit/b2078fa2a4de2df6f6832e1a73c0e5838bff0e5e) Add files via upload - [`409ea3e`](https://github.com/007revad/Synology_SMART_info/commit/409ea3e38fac353636c449fb89325fc2cc96d046) Add files via upload - [`2ff2e12`](https://github.com/007revad/Synology_SMART_info/commit/2ff2e12dcaf286c45208b16d0754dc38bc41d6d0) Add files via upload - [`a71a8a9`](https://github.com/007revad/Synology_SMART_info/commit/a71a8a91f5896cca96d79fa072a57689e6c2e885) Merge pull request #1 from 007revad/main - [`d8e9263`](https://github.com/007revad/Synology_SMART_info/commit/d8e9263cc9e1d79b7bc09e88a4fce95de8821739) Create CHANGES.txt - [`151b948`](https://github.com/007revad/Synology_SMART_info/commit/151b948fef5276aa2164b20e7b5d5d1e73566b9d) Create my-other-scripts.md ### 📊 Changes **13 files changed** (+543 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `CHANGES.txt` (+10 -0) 📝 `README.md` (+76 -1) ➕ `how_to_schedule.md` (+27 -0) ➕ `images/all_good.png` (+0 -0) ➕ `images/hdd_nvme_all.png` (+0 -0) ➕ `images/hdd_ssd.png` (+0 -0) ➕ `images/hdd_ssd_all.png` (+0 -0) ➕ `images/marginal.png` (+0 -0) ➕ `images/schedule1.png` (+0 -0) ➕ `images/schedule2.png` (+0 -0) ➕ `images/schedule3.png` (+0 -0) ➕ `my-other-scripts.md` (+84 -0) ➕ `syno_smart_info.sh` (+346 -0) </details> ### 📄 Description 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 19:22:17 +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#16
No description provided.