webgui
webgui copied to clipboard
Addition of EDAC state information
In addition to #176 and with addition of the CONFIG_EDAC* modules in unRAID 6.4.0-rc10b it would be useful to display the EDAC state within the System Information dialog. Although this could be extracted from the syslog, would the use of edac-util
be more suitable considering further features integration such as reporting of uncorrected or corrected errors recorded by EDAC?
Corrected and uncorrected errors for an EDAC enabled system are available in /sys/devices/system/edac/mc/mc0
within the files ce_count
, ce_noinfo_count
and ue_count
, ue_noinfo_count
respectively. It would be sensible for unRAID to undertake some activity such as notifications to the user.
Should there be a separate webGui page for displaying relevant details (from which dimm(s) the potential error(s) originated; per dimm edac mode) and settings (memory scrub rate; kernel panic on uncorrected error)?