miskcoo / ugreen_leds_controller

An LED controller of UGREEN DX4600 Pro NAS, compatible with UGREEN DXP4800/6800/8800 series.
152 stars 22 forks source link

Added disk SMART monitoring to ugreen-diskiomon #3

Closed yooooki closed 4 months ago

yooooki commented 4 months ago

Added SMART monitoring based on smartctl. The led now turns red if the corresponding disk fails (smartctl -H does not show PASSED).

Optimized the pooling loop to only iterate the existing drives at the execution of the script.

The led will be turned off if no disk is installed in the slot.