[GH-ISSUE #232] Anyone know how to re-enable SMART Attribute Details? #799

Open
opened 2026-03-12 17:02:53 +03:00 by kerem · 1 comment
Owner

Originally created by @007revad on GitHub (Jan 28, 2024).
Original GitHub issue: https://github.com/007revad/Synology_HDD_db/issues/232

Originally assigned to: @007revad on GitHub.

Does anyone know how to re-enable the SMART Attribute Details button in DSM 7.2.1 Update 1 and later?

Since DSM 7.2.1-69057 Update 1 Synology changed Storage Manager to be a package and disabled SMART Attribute Details.

I had quick look at re-enabling the SMART Attribute Details button that's now missing in "Storage Manager > HDD/SSD > Health Info > S.M.A.R.T." without luck. My javascript knowledge is limited.


Storage Manager javascript files that contain the word smart:

DSM 7.2 - Has the SMART Attribute Details button

/usr/syno/synoman/webman/modules/StorageManager/storage_panel.js
/usr/syno/synoman/webman/modules/StorageManager/storage_wizard.js
/usr/syno/synoman/webman/modules/StorageManager/utils.js (same as utils.js in 7.2.1)

DSM 7.2.1 Update 1 - No SMART Attribute Details button

/var/packages/StorageManager/target/ui/storage_panel.js
/var/packages/StorageManager/target/ui/storage_wizard.js
/var/packages/StorageManager/target/ui/utils.js (same as utils.js in 7.2)
Originally created by @007revad on GitHub (Jan 28, 2024). Original GitHub issue: https://github.com/007revad/Synology_HDD_db/issues/232 Originally assigned to: @007revad on GitHub. Does anyone know how to re-enable the SMART Attribute Details button in DSM 7.2.1 Update 1 and later? Since **DSM 7.2.1-69057 Update 1** Synology changed Storage Manager to be a package and disabled SMART Attribute Details. I had quick look at re-enabling the SMART Attribute Details button that's now missing in "Storage Manager > HDD/SSD > Health Info > S.M.A.R.T." without luck. My javascript knowledge is limited. <br> Storage Manager javascript files that contain the word smart: **DSM 7.2** - Has the SMART Attribute Details button ``` /usr/syno/synoman/webman/modules/StorageManager/storage_panel.js /usr/syno/synoman/webman/modules/StorageManager/storage_wizard.js /usr/syno/synoman/webman/modules/StorageManager/utils.js (same as utils.js in 7.2.1) ``` **DSM 7.2.1 Update 1** - No SMART Attribute Details button ``` /var/packages/StorageManager/target/ui/storage_panel.js /var/packages/StorageManager/target/ui/storage_wizard.js /var/packages/StorageManager/target/ui/utils.js (same as utils.js in 7.2) ```
Author
Owner

@To-Azamat commented on GitHub (May 10, 2025):

No need to go the hard way. Install “scrutiny” in Docker and you will get all SMART info you want, plus more

<!-- gh-comment-id:2869082291 --> @To-Azamat commented on GitHub (May 10, 2025): No need to go the hard way. Install “scrutiny” in Docker and you will get all SMART info you want, plus more
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_HDD_db#799
No description provided.