tariqbuilds / linux-dash

A beautiful web dashboard for Linux
https://afaqurk.github.io/linux-dash/
MIT License
10.43k stars 1.2k forks source link

Disk check module is should be called whenever there is a change in disk space. However, the system is not working in this way #473

Closed vibhorejaiswal closed 4 years ago

vibhorejaiswal commented 5 years ago

Diskcheck module should keep polling for the changes in the disk sizes being monitored. However, the disk size doesn't keep polling and hence manual refresh checks the changes in size of the disks if any.

Can we have a fix to it ?

tariqbuilds commented 4 years ago

Events from OS or diffing server-side are not supported. It can either be manual or polling ATM