diff --git a/fhem/FHEM/32_SYSSTAT.pm b/fhem/FHEM/32_SYSSTAT.pm index 35c94aa20..118edbd67 100644 --- a/fhem/FHEM/32_SYSSTAT.pm +++ b/fhem/FHEM/32_SYSSTAT.pm @@ -262,6 +262,9 @@ sub SYSSTAT_getLoadAVG( $ ) attr wl_sysstat label "Load Min: $data{min1}, Max: $data{max1}, Aktuell: $data{currval1}" attr wl_sysstat room System +
  • to match the root filesystem (mount point '/') in diskusage plots use + '#FileLog 4:/\x3a:0:' or '#FileLog 4:\s..\s:0:' + and not '#FileLog 4:/:0:' as the later will match all mount points.