Skip to content

Releases: silkyclouds/unraid-disk-talkers

2026.06.10a

Choose a tag to compare

@silkyclouds silkyclouds released this 10 Jun 17:33

Disk Talkers 2026.06.10a

  • Fixed historical attribution on ZFS hosts. When each Unraid share is its own ZFS dataset, the array disks were shadowed by their per-share dataset mounts (e.g. /mnt/disk4/medien), so spin-up activity was logged against the dataset instead of the disk and collapsed to Other / Unattributed activity in the history views. Activity is now attributed to the parent disk/pool, while child datasets are still watched so no events are lost.
  • De-cluttered the disk list. Docker overlay2 container layers and rclone/network FUSE remotes are no longer enumerated as disks, so the page no longer fills with dozens of merged and remote "pools" on busy servers.
  • Better attribution for short-lived array reads (such as media-library scans touching .plexignore): they are mapped back through the /mnt/user front door instead of being left unattributed.

Update from the Plugins page (or Community Applications) and hard-refresh the Disk Talkers page.

2026.06.03a

Choose a tag to compare

@silkyclouds silkyclouds released this 03 Jun 07:39

Fixes fanotify recovery after transient Unraid mount-path errors so Disk Talkers does not remain stuck with fanotify unavailable: [Errno 2] and historical attribution is less likely to collapse into Other activity.

Disk Talkers 2026.05.03a

Choose a tag to compare

@silkyclouds silkyclouds released this 03 May 12:15

Reduces collector CPU use by caching idle fuser scans, caching historical summaries between refreshes, and relaxing the idle event loop. Keeps the 5 second UI refresh while avoiding full per-disk host scans on every refresh.

Disk Talkers 2026.04.26a

Choose a tag to compare

@silkyclouds silkyclouds released this 26 Apr 13:37

Fixes collector startup after reboot when the boot-time service environment does not include /usr/local/sbin in PATH. Disk Talkers now resolves Unraid host commands such as mdcmd, findmnt, fuser, and docker through known system paths and degrades cleanly if one is temporarily unavailable.

2026.04.21a

Choose a tag to compare

@silkyclouds silkyclouds released this 21 Apr 06:27

Fixes Docker mount audit handling for Unraid 6.12+ exclusive shares. Pool-only /mnt/user/ mounts are now treated as safe when exclusive access resolves them directly to a pool and bypasses shfs/FUSE; non-exclusive pool-only /mnt/user mounts remain low-severity informational warnings.

2026.04.18a

Choose a tag to compare

@silkyclouds silkyclouds released this 18 Apr 13:50

Changes

  • Fixed light-theme readability by adding explicit light surfaces and dark text styling for the table, history cards, and talker chips.
  • Keeps the previous spin-up session history and temperature sparkline additions intact.

2026.04.17d

Choose a tag to compare

@silkyclouds silkyclouds released this 17 Apr 13:50

Changes

  • add per-disk spin-up session history rows with start time, duration, probable source, and files seen at spin-up
  • add compact per-disk temperature sparklines based on recorded history

2026.04.17c

Choose a tag to compare

@silkyclouds silkyclouds released this 17 Apr 12:33

Changes

  • fix the historical summary layout so the usage and timeline panels stay contained within the parent card on wide screens

2026.04.17b

Choose a tag to compare

@silkyclouds silkyclouds released this 17 Apr 08:38

Changes

  • handle missing python3 gracefully on hosts without the Python prerequisite
  • show a dependency-required state in the WebUI instead of a collector error
  • stop repeated nohup: failed to run command 'python3' noise when Python is absent
  • recover on page refresh after Python 3 for UNRAID (6.11+) is installed later

2026.04.17a

Choose a tag to compare

@silkyclouds silkyclouds released this 17 Apr 04:52

Fixes

  • Improved light-theme contrast for Disk Talkers action and period buttons.
  • Turned collector startup and fanotify fallback into inline notices instead of a hard page error during bootstrap.