Skip to content

v1.44.0

Choose a tag to compare

@Starosdev Starosdev released this 11 Mar 00:56

v1.44.0 (2026-03-11)

New Features

Collector Error Notifications (#342)

Scrutiny can now notify you when the collector fails to read a drive, not just when a drive reports a health problem.

What's new:

  • smartctl --scan failures — if the collector cannot enumerate devices (e.g. permission denied), a scan-error notification is sent
  • smartctl --info failures — if a detected device has no WWN (info call failed), a per-device notification is sent with the device name
  • smartctl --xall fatal errors — exit codes 0x01 (bad command line) and 0x02 (device open failure) now trigger a notification instead of silently skipping the device
  • New setting: notify_on_collector_error (default: enabled) — toggle in Settings > Notifications to opt out
  • Notifications respect existing mute, quiet hours, and rate-limit rules

Upgrading: The new setting is seeded automatically via database migration. No manual configuration required.